From 7fed38d0a00297914313d5b57f3fae8ef7d4e627 Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Sun, 25 Aug 2002 13:10:45 +0000 Subject: Replace various spelling with FALLTHROUGH which is lint()able --- sbin/sysctl/sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/sysctl') diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index f499f63a4feec..bb5c4c17b62dd 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -596,7 +596,7 @@ show_var(int *oid, int nlen) printf("%s%s", name, sep); return ((*func)(len, p)); } - /* FALL THROUGH */ + /* FALLTHROUGH */ default: if (!oflag && !xflag) return (1); -- cgit v1.3