aboutsummaryrefslogtreecommitdiff
path: root/pd/src/s_entry.c
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2007-12-28 03:43:06 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2007-12-28 03:43:06 +0000
commit019c0e56579fe7f94982434d8efcd7b00d8df0aa (patch)
treeb221f8e00973d9a501ed7085e9f2b95fabb0009a /pd/src/s_entry.c
parent44e68e4348f7ca86f4209f3f86ac7b6cb49acd52 (diff)
... and again trying to check in 0.41-0 test 10
svn path=/trunk/; revision=9108
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 ... */