From 851cf1098625c10235ac60d2f15159df53abfd58 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 20 Dec 2007 18:49:44 +0000 Subject: [PATCH] Don't mix code and decs --- src/checkpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkpath.c b/src/checkpath.c index 9c1fba67..612a0769 100644 --- a/src/checkpath.c +++ b/src/checkpath.c @@ -186,9 +186,9 @@ int checkpath (int argc, char **argv) struct passwd *pw = NULL; struct group *gr = NULL; bool file = 0; + int retval = EXIT_SUCCESS; applet = basename_c (argv[0]); - int retval = EXIT_SUCCESS; while ((opt = getopt_long (argc, argv, getoptstring, longopts, (int *) 0)) != -1)