From 8fa870bf0cdd315ac4096eb9474b6e2cd2e5e59d Mon Sep 17 00:00:00 2001 From: castano Date: Tue, 3 Feb 2009 08:02:20 +0000 Subject: [PATCH] Fix typo. Fixes issue 82. --- src/nvtt/tools/resize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvtt/tools/resize.cpp b/src/nvtt/tools/resize.cpp index df2fc10..f23f80f 100644 --- a/src/nvtt/tools/resize.cpp +++ b/src/nvtt/tools/resize.cpp @@ -113,7 +113,7 @@ int main(int argc, char *argv[]) ((nv::KaiserFilter *)filter.ptr())->setParameters(4.0f, 1.0f); } } - else if (strcmp("-f", argv[i]) == 0) + else if (strcmp("-w", argv[i]) == 0) { if (i+1 == argc) break; i++;