Remove useless option (SamB)

This commit is contained in:
theoddone33
2002-05-06 19:37:07 +00:00
parent f4afa1a566
commit 79f8ff7c2f

View File

@@ -264,10 +264,7 @@ int main (int argc, char *argv[]) {
}
case 's': {
if (strcmp(optarg,"p") == 0) {
DisplayS = 1;
pp++;
} else if (strcmp(optarg,"a") == 0) {
if (strcmp(optarg,"a") == 0) {
showallext = 1;
pp++;
} else if (strcmp(optarg,"n") == 0) {