summaryrefslogtreecommitdiff
path: root/console-client
diff options
context:
space:
mode:
Diffstat (limited to 'console-client')
-rw-r--r--console-client/xkb/lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/console-client/xkb/lex.l b/console-client/xkb/lex.l
index 6ef9134c..ffd14387 100644
--- a/console-client/xkb/lex.l
+++ b/console-client/xkb/lex.l
@@ -346,7 +346,7 @@ overlay2 { yylval.val = 2; return OVERLAY; }
if ( --include_stack_ptr < 0 )
{
// yyterminate ();
- fprintf (stderr, "Unexpected end of file.\n");
+ fprintf (stderr, "Unexpected end of file at %s:%d.\n", filename, lineno);
exit (1);
}
else