Fix an error message

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-08-16 15:59:09 +02:00
parent 98567e20f3
commit d81ef81246

View file

@ -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('.'):