cleaned up some weird code and hopefully took out some ^M's
This commit is contained in:
@@ -270,18 +270,10 @@ int main (int argc, char *argv[]) {
|
|||||||
if (strcmp(optarg,"p") == 0) {
|
if (strcmp(optarg,"p") == 0) {
|
||||||
DisplayS = 1;
|
DisplayS = 1;
|
||||||
pp++;
|
pp++;
|
||||||
}
|
} else if (strcmp(optarg,"a") == 0) {
|
||||||
|
|
||||||
else
|
|
||||||
|
|
||||||
if (strcmp(optarg,"a") == 0) {
|
|
||||||
showallext = 1;
|
showallext = 1;
|
||||||
pp++;
|
pp++;
|
||||||
}
|
} else if (strcmp(optarg,"n") == 0) {
|
||||||
|
|
||||||
else
|
|
||||||
|
|
||||||
if (strcmp(optarg,"n") == 0) {
|
|
||||||
SnowOn = 1;
|
SnowOn = 1;
|
||||||
pp++;
|
pp++;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user