]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.c
Apply some static where it belongs
[xonotic/gmqcc.git] / lexer.c
diff --git a/lexer.c b/lexer.c
index 7f5736dc21f0c5dceb758336cc44a0e9293bbf62..7722f4f5795f02ee6c355aa6ea1b172c89948440 100644 (file)
--- a/lexer.c
+++ b/lexer.c
@@ -58,7 +58,7 @@ static size_t num_keywords_fg = sizeof(keywords_fg) / sizeof(keywords_fg[0]);
  * Lexer code
  */
 
-char* *lex_filenames;
+static char* *lex_filenames;
 
 void lexerror(lex_file *lex, const char *fmt, ...)
 {
@@ -1235,7 +1235,7 @@ int lex_do(lex_file *lex)
             /*
             case '+':
             case '-':
-            */ 
+            */
             case '*':
             case '/':
             case '<':