summaryrefslogtreecommitdiff
path: root/src/extern/wog.c
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-03-04 21:12:16 +0800
committerchai <chaifix@163.com>2020-03-04 21:12:16 +0800
commit38f0535e00f12ea7da30c39423fc39f6f92cca50 (patch)
tree6bee7806f2f83d2b821cd97031dc37afc554c393 /src/extern/wog.c
parentb04283601451185ee8d95b281e7bd53d62fce4d4 (diff)
*misc
Diffstat (limited to 'src/extern/wog.c')
-rw-r--r--src/extern/wog.c2
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;
}