summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-12-06 22:00:44 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-12-06 22:00:44 +0200
commit3ba2f61ff006c308a904c8b1a4bc433082ce87c8 (patch)
tree634e529b16d2d8ea6b3655172f58d35e014edcb0 /debug.c
parent1527865d3c430aa203ed23fa7ecbeea30a604724 (diff)
downloadgawk-3ba2f61ff006c308a904c8b1a4bc433082ce87c8.tar.gz
Misc fixes from John.
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index 0a66b462..ea652478 100644
--- a/debug.c
+++ b/debug.c
@@ -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));