mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 22:31:36 +00:00
cleaned up empty lines
This commit is contained in:
parent
29336ef63d
commit
b8fc2b7731
1 changed files with 2 additions and 2 deletions
4
main.c
4
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;
|
||||
|
|
Loading…
Reference in a new issue