diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2002-05-30 21:38:58 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-05-30 21:38:58 +0000 |
commit | b055b157dc9b83b845df634d46e6652d0a1be05d (patch) | |
tree | e8da926a8c8029dfa4577e661475543e73f5cded /sbin/camcontrol/modeedit.c | |
parent | f24b4798540024a168e65c32254478be4c8815e2 (diff) | |
download | src-b055b157dc9b83b845df634d46e6652d0a1be05d.tar.gz src-b055b157dc9b83b845df634d46e6652d0a1be05d.zip |
Notes
Diffstat (limited to 'sbin/camcontrol/modeedit.c')
-rw-r--r-- | sbin/camcontrol/modeedit.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/camcontrol/modeedit.c b/sbin/camcontrol/modeedit.c index 9e34a797fe86..589583d2affd 100644 --- a/sbin/camcontrol/modeedit.c +++ b/sbin/camcontrol/modeedit.c @@ -190,7 +190,7 @@ editentry_update(void *hook, int letter, void *arg, int count, char *name) editentry_set(name, (char *)arg, 0); break; default: - /* NOTREACHED */ + ; /* NOTREACHED */ } } @@ -215,7 +215,7 @@ editentry_save(void *hook, char *name) /* NOTREACHED */ default: - /* NOTREACHED */ + ; /* NOTREACHED */ } return (0); /* This should never happen. */ @@ -317,7 +317,7 @@ editentry_set(char *name, char *newvalue, int editonly) break; default: - /* NOTREACHED */ + ; /* NOTREACHED */ } return (0); @@ -510,7 +510,7 @@ load_format(char *pagedb_path, int page) break; default: - /* NOTREACHED */ + ; /* NOTREACHED */ } /* Repeat processing loop with next character. */ |