From: Przemyslaw Skibinski Date: Tue, 14 Feb 2017 08:47:29 +0000 (+0100) Subject: fixed function name (2) X-Git-Tag: v1.1.4~1^2~65^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F543%2Fhead;p=thirdparty%2Fzstd.git fixed function name (2) --- diff --git a/programs/zstdcli.c b/programs/zstdcli.c index 30aa0b949..33c0cd8d5 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -364,7 +364,7 @@ int main(int argCount, const char* argv[]) if (!strcmp(argument, "--keep")) { FIO_setRemoveSrcFile(0); continue; } if (!strcmp(argument, "--rm")) { FIO_setRemoveSrcFile(1); continue; } if (!strcmp(argument, "--priority=rt")) { setRealTimePrio = 1; continue; } - if (!strcmp(argument, "--format=gzip")) { suffix = GZ_EXTENSION; FIO_setCompresionType(FIO_gzipCompression); continue; } + if (!strcmp(argument, "--format=gzip")) { suffix = GZ_EXTENSION; FIO_setCompressionType(FIO_gzipCompression); continue; } /* long commands with arguments */ #ifndef ZSTD_NODICT