From b0be035127dcd29cabebe576b35cdeb5df3ad0e4 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Fri, 6 Apr 2001 07:55:13 +0000 Subject: indent fix --- Src/params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit 1.4.1