X-Git-Url: https://git.cworth.org/git?p=gzip;a=blobdiff_plain;f=gzip.c;h=bddab9824cf7a0a6080c70d159a9db7fbc268582;hp=3131e860873cdc5f70fc6cb3260db732df445550;hb=6d2f835e3652abc6b0d700f3ad0505789ad67601;hpb=013796abf4c6be0bd130f541c0ece156156239c3 diff --git a/gzip.c b/gzip.c index 3131e86..bddab98 100644 --- a/gzip.c +++ b/gzip.c @@ -1278,7 +1278,7 @@ local int get_method(in) } if ((flags & CONTINUATION) != 0) { fprintf(stderr, - "%s: %s is a a multi-part gzip file -- not supported\n", + "%s: %s is a multi-part gzip file -- not supported\n", program_name, ifname); exit_code = ERROR; if (force <= 1) return -1;