cleaned up empty lines

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-11-15 11:02:16 +01:00
parent 29336ef63d
commit b8fc2b7731

4
main.c
View file

@ -184,7 +184,7 @@ static bool options_parse(int argc, char **argv) {
char buffer[1024]; char buffer[1024];
char *redirout = (char*)stdout; char *redirout = (char*)stdout;
char *redirerr = (char*)stderr; char *redirerr = (char*)stderr;
while (!argend && argc > 1) { while (!argend && argc > 1) {
char *argarg; char *argarg;
argitem item; argitem item;
@ -224,7 +224,7 @@ static bool options_parse(int argc, char **argv) {
if (options_long_gcc("redirerr", &argc, &argv, &redirerr)) { if (options_long_gcc("redirerr", &argc, &argv, &redirerr)) {
continue; continue;
} }
if (!strcmp(argv[0]+1, "debug")) { if (!strcmp(argv[0]+1, "debug")) {
opts_debug = true; opts_debug = true;
continue; continue;