diff options
Diffstat (limited to 'src/extern/wog.c')
-rw-r--r-- | src/extern/wog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extern/wog.c b/src/extern/wog.c index 0578439..ad8f334 100644 --- a/src/extern/wog.c +++ b/src/extern/wog.c @@ -620,7 +620,7 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw) int status = console_main(argc, argv); - return 0; + return status; } |