Don't mix code and decs
This commit is contained in:
parent
cbea91cae5
commit
851cf10986
@ -186,9 +186,9 @@ int checkpath (int argc, char **argv)
|
|||||||
struct passwd *pw = NULL;
|
struct passwd *pw = NULL;
|
||||||
struct group *gr = NULL;
|
struct group *gr = NULL;
|
||||||
bool file = 0;
|
bool file = 0;
|
||||||
|
int retval = EXIT_SUCCESS;
|
||||||
|
|
||||||
applet = basename_c (argv[0]);
|
applet = basename_c (argv[0]);
|
||||||
int retval = EXIT_SUCCESS;
|
|
||||||
|
|
||||||
while ((opt = getopt_long (argc, argv, getoptstring,
|
while ((opt = getopt_long (argc, argv, getoptstring,
|
||||||
longopts, (int *) 0)) != -1)
|
longopts, (int *) 0)) != -1)
|
||||||
|
Loading…
Reference in New Issue
Block a user