summaryrefslogtreecommitdiff
path: root/src/scan.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/scan.l')
-rw-r--r--src/scan.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scan.l b/src/scan.l
index 5a15400..9ff9d74 100644
--- a/src/scan.l
+++ b/src/scan.l
@@ -993,7 +993,7 @@ char *file;
yyin = fopen( infilename, "r" );
if ( yyin == NULL )
- lerrsf( _( "can't open %s" ), file );
+ lerr( _( "can't open %s" ), file );
}
else