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 /lib/libutil/property.c | |
| parent | 0d9f1a69d88eaf647c139cce44c6da1df9a639a6 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/property.c')
| -rw-r--r-- | lib/libutil/property.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/property.c b/lib/libutil/property.c index 815ce6cd0b9f..57383f91cab2 100644 --- a/lib/libutil/property.c +++ b/lib/libutil/property.c @@ -85,7 +85,7 @@ properties_read(int fd) ch = buf[0]; bp = 1; } - /* Fall through deliberately since we already have a character and state == LOOK */ + /* FALLTHROUGH deliberately since we already have a character and state == LOOK */ case LOOK: if (isspace(ch)) |
