summaryrefslogtreecommitdiff
path: root/archival/gzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/gzip.c')
-rw-r--r--archival/gzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/gzip.c b/archival/gzip.c
index bda4ae102..cabcc5ecb 100644
--- a/archival/gzip.c
+++ b/archival/gzip.c
@@ -686,7 +686,7 @@ static void check_match(IPos start, IPos match, int length)
686 if (verbose > 1) { 686 if (verbose > 1) {
687 bb_error_msg("\\[%d,%d]", start - match, length); 687 bb_error_msg("\\[%d,%d]", start - match, length);
688 do { 688 do {
689 putc(G1.window[start++], stderr); 689 fputc(G1.window[start++], stderr);
690 } while (--length != 0); 690 } while (--length != 0);
691 } 691 }
692} 692}