diff options
Diffstat (limited to 'extract/src/outf.c')
-rw-r--r-- | extract/src/outf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extract/src/outf.c b/extract/src/outf.c index de7662f6..9e955f83 100644 --- a/extract/src/outf.c +++ b/extract/src/outf.c @@ -26,7 +26,7 @@ void (extract_outf)( if (level > extract_outf_verbose) { return; } - + if (ln) { fprintf(stderr, "%s:%i:%s: ", file, line, fn); } |