Don't mix code and decs

This commit is contained in:
Roy Marples 2007-12-20 18:49:44 +00:00
parent cbea91cae5
commit 851cf10986

View File

@ -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)