diff options
author | chai <chaifix@163.com> | 2020-03-04 21:12:16 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-03-04 21:12:16 +0800 |
commit | 38f0535e00f12ea7da30c39423fc39f6f92cca50 (patch) | |
tree | 6bee7806f2f83d2b821cd97031dc37afc554c393 /src/extern/wog.c | |
parent | b04283601451185ee8d95b281e7bd53d62fce4d4 (diff) |
*misc
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; } |