]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parse.c
Interface change
[xonotic/gmqcc.git] / parse.c
diff --git a/parse.c b/parse.c
index 0acc293cf8b1f2fd1d32b1afda9b8a8e8d48bc13..4b4f1e62a233cd051048a9bd331d23a7134af11f 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -263,7 +263,7 @@ int parse_gen(lex_file *file) {
                         return error(file, ERROR_PARSE, "Invalid use of include preprocessor directive: wanted #include \"file.h\"\n");
                         
                     char      *copy = util_strdup(file->lastok);
-                     lex_file *next = lex_include(file,   copy);
+                    lex_file  *next = lex_include(file,   copy);
                     
                     if (!next) {
                         error(file, ERROR_INTERNAL, "Include subsystem failure\n");