summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/pure/osproc.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/osproc.nim b/lib/pure/osproc.nim
index d72ed1772..f0542ea98 100644
--- a/lib/pure/osproc.nim
+++ b/lib/pure/osproc.nim
@@ -315,7 +315,7 @@ proc execProcesses*(cmds: openArray[string],
                                   options = options + {poEvalCommand})
           when defined(windows):
             w[rexit] = q[rexit].fProcessHandle
-            inc(i)
+          inc(i)
         else:
           when defined(windows):
             for k in 0..wcount - 1:
ests/stckovfl.nim?h=devel&id=ddaedab835fa7ea3457f21a772d636921defdc46'>ddaedab83 ^
1
2
3
4
5
6
7
8
9
10