aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_windows.h')
-rw-r--r--executor/common_windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_windows.h b/executor/common_windows.h
index d6b786ac1..e9722a360 100644
--- a/executor/common_windows.h
+++ b/executor/common_windows.h
@@ -108,6 +108,6 @@ static void loop();
static int do_sandbox_none(void)
{
loop();
- doexit(0);
+ return 0;
}
#endif