From 80a17eb5966a2b2c1dff3206621a338b45cbdf7d Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 18 Sep 2008 13:09:51 +0000 Subject: Clean up some compile warnings. --- src/rc/checkpath.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/rc/checkpath.c') 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; } -- cgit v1.2.3