summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/resampler_tools/fir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/resampler_tools/fir.cpp b/tools/resampler_tools/fir.cpp
index 264382f..6581328 100644
--- a/tools/resampler_tools/fir.cpp
+++ b/tools/resampler_tools/fir.cpp
@@ -231,7 +231,7 @@ int main(int argc, char** argv)
// generate the right half of the filter
if (!debug) {
printf("// cmd-line: ");
- for (int i=1 ; i<argc ; i++) {
+ for (int i=0 ; i<argc ; i++) {
printf("%s ", argv[i]);
}
printf("\n");