about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Src/params.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/params.c b/Src/params.c
index 3bca12bd8..90dd5f3c7 100644
--- a/Src/params.c
+++ b/Src/params.c
@@ -2878,7 +2878,7 @@ pipestatsetfn(Param pm, char **x)
 
         for (i = 0; *x && i < MAX_PIPESTATS; i++, x++)
             pipestats[i] = atoi(*x);
-            numpipestats = i;
+        numpipestats = i;
     }
     else
         numpipestats = 0;