diff options
Diffstat (limited to 'src/rc/checkpath.c')
-rw-r--r-- | src/rc/checkpath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c index 7ea94f09..f9695697 100644 --- a/src/rc/checkpath.c +++ b/src/rc/checkpath.c @@ -208,6 +208,5 @@ int checkpath(int argc, char **argv) optind++; } - exit(retval); - /* NOTREACHED */ + return retval; } |