From: Wolfgang (Blub) Bumiller Date: Thu, 15 Nov 2012 10:02:16 +0000 (+0100) Subject: cleaned up empty lines X-Git-Tag: 0.1~12 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=b8fc2b7731b472343eeb6c0f8e08f599b20df839;p=xonotic%2Fgmqcc.git cleaned up empty lines --- diff --git a/main.c b/main.c index 8e94800..d057b36 100644 --- a/main.c +++ b/main.c @@ -184,7 +184,7 @@ static bool options_parse(int argc, char **argv) { char buffer[1024]; char *redirout = (char*)stdout; char *redirerr = (char*)stderr; - + while (!argend && argc > 1) { char *argarg; argitem item; @@ -224,7 +224,7 @@ static bool options_parse(int argc, char **argv) { if (options_long_gcc("redirerr", &argc, &argv, &redirerr)) { continue; } - + if (!strcmp(argv[0]+1, "debug")) { opts_debug = true; continue;