summaryrefslogtreecommitdiffstats
path: root/sbin/routed
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed')
-rw-r--r--sbin/routed/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/routed/output.c b/sbin/routed/output.c
index 0077ba0..cc110ef 100644
--- a/sbin/routed/output.c
+++ b/sbin/routed/output.c
@@ -727,7 +727,7 @@ supply(struct sockaddr_in *dst,
case OUT_QUERY:
ws.state |= WS_ST_QUERY;
- /* fall through */
+ /* FALLTHROUGH */
case OUT_BROADCAST:
case OUT_UNICAST:
v2buf.type = (vers == RIPv2) ? type : NO_OUT_RIPV2;
OpenPOWER on IntegriCloud