diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-08-25 13:10:45 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-08-25 13:10:45 +0000 |
| commit | 7fed38d0a00297914313d5b57f3fae8ef7d4e627 (patch) | |
| tree | b72048b5daaf9c3f63615a383f3610277e497ede /sbin/sysctl | |
| parent | 0d9f1a69d88eaf647c139cce44c6da1df9a639a6 (diff) | |
Notes
Diffstat (limited to 'sbin/sysctl')
| -rw-r--r-- | sbin/sysctl/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
