aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-03-29 21:05:29 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-03-29 21:05:29 +0000
commitbc0fbb792a6000c5a6cb6926810e8b7b25a51637 (patch)
treed3a0764eed6ad9623fb9894905b967511d65da87 /plugins/mate
parent83dc9446ec6431c699d42dca1105e105fc959250 (diff)
Added FALLTHRU comment to avoid a "missing break" warning.
CID 489 svn path=/trunk/; revision=36400
Diffstat (limited to 'plugins/mate')
-rw-r--r--plugins/mate/mate_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mate/mate_util.c b/plugins/mate/mate_util.c
index a9a43b303c..151fc62d17 100644
--- a/plugins/mate/mate_util.c
+++ b/plugins/mate/mate_util.c
@@ -972,6 +972,7 @@ extern AVP* match_avp(AVP* src, AVP* op) {
case AVP_OP_LOWER:
lower = TRUE;
+ /* FALLTHRU */
case AVP_OP_HIGHER:
fs = (float) strtod(src->v, NULL);