]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parser.c
Fix an error message
[xonotic/gmqcc.git] / parser.c
index 1f071a74a412e1dc8c70dee469f7e5099abebf2a..fcad9b4a857764a86c530785029ca799394f52b0 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -484,7 +484,7 @@ static bool parser_sy_pop(parser_t *parser, shunt *sy)
     switch (op->id)
     {
         default:
-            parseerror(parser, "internal error: unhandled operand");
+            parseerror(parser, "internal error: unhandled operator");
             return false;
 
         case opid1('.'):