mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[SPEC2DEF]
Improve error output svn path=/trunk/; revision=65689
This commit is contained in:
parent
ec7ca046bc
commit
4894f79a03
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue