summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/slcompress.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-08-25 13:30:43 +0000
committercharnier <charnier@FreeBSD.org>2002-08-25 13:30:43 +0000
commitaa31b7d1e4fb1585f9c445a653bf78416fb59bab (patch)
tree0c0dc23f43413d9f4c243f3e11871d151f3f8c55 /usr.sbin/ppp/slcompress.c
parent7dd9d470599f145845572ac1f0d4b621c19c1cdb (diff)
downloadFreeBSD-src-aa31b7d1e4fb1585f9c445a653bf78416fb59bab.zip
FreeBSD-src-aa31b7d1e4fb1585f9c445a653bf78416fb59bab.tar.gz
Replace various spelling with FALLTHROUGH which is lint()able
Diffstat (limited to 'usr.sbin/ppp/slcompress.c')
-rw-r--r--usr.sbin/ppp/slcompress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/slcompress.c b/usr.sbin/ppp/slcompress.c
index 2995301..5bf45e5 100644
--- a/usr.sbin/ppp/slcompress.c
+++ b/usr.sbin/ppp/slcompress.c
@@ -317,7 +317,7 @@ found:
ntohs(cs->cs_ip.ip_len) == hlen)
break;
- /* (fall through) */
+ /* FALLTHROUGH */
case SPECIAL_I:
case SPECIAL_D:
OpenPOWER on IntegriCloud