aboutsummaryrefslogtreecommitdiff
path: root/pd/src/s_entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/s_entry.c')
-rw-r--r--pd/src/s_entry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pd/src/s_entry.c b/pd/src/s_entry.c
index 5cef73cc..9a0984ed 100644
--- a/pd/src/s_entry.c
+++ b/pd/src/s_entry.c
@@ -23,6 +23,7 @@ int WINAPI WinMain(HINSTANCE hInstance,
{
printf("caught an exception; stopping\n");
}
+ return (0);
}
#else /* not _MSC_VER ... */