Better error message.

This commit is contained in:
Dianne Skoll
2024-09-03 10:51:50 -04:00
parent b9dea59206
commit 097bf92bea
+1
View File
@@ -1556,6 +1556,7 @@ static int parse_expr_token_aux(DynamicBuffer *buf, char const **in)
}
(*in)++;
} else {
Eprint("%s `%c'", ErrMsg[E_PARSE_ERR], c);
return E_PARSE_ERR;
}
return OK;