diff options
Diffstat (limited to 'awkgram.y')
-rw-r--r-- | awkgram.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2289,7 +2289,7 @@ add_srcfile(int stype, char *src, SRCFILE *thisfile, int *already_included, int return NULL; } /* use full messages to ease translation */ - fatal(stype == SRC_EXTLIB + fatal(stype != SRC_EXTLIB ? _("can't open source file `%s' for reading (%s)") : _("can't open shared library `%s' for reading (%s)"), src, |