summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorcheatfate <ka@hardcore.kiev.ua>2017-12-13 00:36:14 +0200
committercheatfate <ka@hardcore.kiev.ua>2017-12-13 00:36:14 +0200
commite952ada1ba81675b0f6d22e76012afe290b4356c (patch)
treea89eed5f49e479f0bb304886840f2995fb3a1091
parent0429f41e9862f7b6c1570ccbcd4cce541767fdad (diff)
downloadNim-e952ada1ba81675b0f6d22e76012afe290b4356c.tar.gz
Fix
-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: