summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index f3c1c31455..473b51d028 100644
--- a/main.c
+++ b/main.c
@@ -23,7 +23,7 @@ __declspec(dllexport) void __stdcall ruby_run(void);
__declspec(dllexport) void __stdcall NtInitialize(int *, char ***);
#endif
-void
+int
main(argc, argv, envp)
int argc;
char **argv, **envp;