aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.y b/awkgram.y
index 18e758f9..fb394600 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -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,