[SPEC2DEF]

Improve error output

svn path=/trunk/; revision=65689
This commit is contained in:
Timo Kreuzer 2014-12-16 21:21:14 +00:00
parent ec7ca046bc
commit 4894f79a03

View file

@ -879,7 +879,7 @@ ParseFile(char* pcStart, FILE *fileDest, PFNOUTLINE OutputLine)
/* Go to next token */
if (!(pc = NextToken(pc)))
{
fprintf(stderr, "fail4\n");
fprintf(stderr, "error: line %d, expected token\n", nLine);
return -13;
}