]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parser.c
Merge branch 'cooking' of git://github.com/graphitemaster/gmqcc into cooking
[xonotic/gmqcc.git] / parser.c
index eeec52e01ea9ce0cd345135b73f25cedf2bdc469..30a9d7866ef691f06768f2cb496228d4439077d5 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -23,6 +23,7 @@
  */
 #include <string.h>
 #include <math.h>
+
 #include "parser.h"
 
 #define PARSER_HT_LOCALS  2
@@ -5912,7 +5913,7 @@ parser_t *parser_create()
         }
     }
     if (!parser->assign_op) {
-        printf("internal error: initializing parser: failed to find assign operator\n");
+        con_err("internal error: initializing parser: failed to find assign operator\n");
         mem_d(parser);
         return NULL;
     }