diff options
author | Roy Marples <roy@marples.name> | 2008-01-22 11:07:39 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-22 11:07:39 +0000 |
commit | 649a71055294e9fa275ebb406361cf46c843cade (patch) | |
tree | 273005e044ce31f28f187b4abbabf78f35b53d1b /src/rc/fstabinfo.c | |
parent | b4bff9ce5efce83a7265a42d4372d367ca32f696 (diff) |
Quiet some more lint warnings.
Diffstat (limited to 'src/rc/fstabinfo.c')
-rw-r--r-- | src/rc/fstabinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c index 6dba903b..4b674bc4 100644 --- a/src/rc/fstabinfo.c +++ b/src/rc/fstabinfo.c @@ -232,4 +232,5 @@ int fstabinfo (int argc, char **argv) rc_strlist_free (files); exit (result); + /* NOTREACHED */ } |