Don't mix code and decs
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user