From: Wolfgang (Blub) Bumiller Date: Thu, 16 Aug 2012 13:59:09 +0000 (+0200) Subject: Fix an error message X-Git-Tag: 0.1-rc1~250 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=d81ef812460c6823a8b0664f6f101752fb8025e2 Fix an error message --- diff --git a/parser.c b/parser.c index 1f071a7..fcad9b4 100644 --- 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('.'):