]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.c
cleanup
[xonotic/gmqcc.git] / lexer.c
diff --git a/lexer.c b/lexer.c
index 068b4dc824bd5563d1c96722860c4e054b765d79..d153459ebc8fe87318e05dcddbf35306b84edd97 100644 (file)
--- a/lexer.c
+++ b/lexer.c
@@ -579,7 +579,7 @@ static int lex_skipwhite(lex_file *lex, bool hadwhite)
                         if (ch == '\n')
                             lex_tokench(lex, '\n');
                         else
-                            lex_tokench(lex, ' '); /* ch); */
+                            lex_tokench(lex, ' ');
                     }
                 }
                 ch = ' '; /* cause TRUE in the isspace check */