* src/newusers.c: There is no need to test for 0 after
getopt_long. No options have flag != NULL.
This commit is contained in:
@ -518,9 +518,6 @@ static void process_flags (int argc, char **argv)
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
case 0:
|
||||
/* long option */
|
||||
break;
|
||||
default:
|
||||
usage ();
|
||||
break;
|
||||
|
Reference in New Issue
Block a user