1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00

indent fix

This commit is contained in:
Sven Wischnowsky 2001-04-06 07:55:13 +00:00
parent a971509182
commit b0be035127

@ -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;