diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-12-06 22:00:44 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-12-06 22:00:44 +0200 |
commit | 3ba2f61ff006c308a904c8b1a4bc433082ce87c8 (patch) | |
tree | 634e529b16d2d8ea6b3655172f58d35e014edcb0 /debug.c | |
parent | 1527865d3c430aa203ed23fa7ecbeea30a604724 (diff) | |
download | egawk-3ba2f61ff006c308a904c8b1a4bc433082ce87c8.tar.gz egawk-3ba2f61ff006c308a904c8b1a4bc433082ce87c8.tar.bz2 egawk-3ba2f61ff006c308a904c8b1a4bc433082ce87c8.zip |
Misc fixes from John.
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -498,8 +498,8 @@ source_find(char *src) efree(path); return s; } - efree(path); } + efree(path); } d_error(_("cannot find source file named `%s' (%s)"), src, strerror(errno_val)); |