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/rc-status.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/rc/rc-status.c') diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c index a64ab1b..41ac651 100644 --- a/src/rc/rc-status.c +++ b/src/rc/rc-status.c @@ -289,6 +289,5 @@ exit: rc_stringlist_free(levels); rc_deptree_free(deptree); - exit(EXIT_SUCCESS); - /* NOTREACHED */ + return(EXIT_SUCCESS); } -- cgit v1.2.3