aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/system.c b/win32/system.c
index 5a56173ec..c3e2c316e 100644
--- a/win32/system.c
+++ b/win32/system.c
@@ -73,5 +73,5 @@ int mingw_system(const char *cmd)
73 CloseHandle(piProcInfo.hProcess); 73 CloseHandle(piProcInfo.hProcess);
74 CloseHandle(piProcInfo.hThread); 74 CloseHandle(piProcInfo.hThread);
75 75
76 return WEXITSTATUS(ret); 76 return ret;
77} 77}