summaryrefslogtreecommitdiff
path: root/src/extern
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
parentb04283601451185ee8d95b281e7bd53d62fce4d4 (diff)
*misc
Diffstat (limited to 'src/extern')
-rw-r--r--src/extern/wog.c2
-rw-r--r--src/extern/wog.h7
2 files changed, 3 insertions, 6 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;
}
diff --git a/src/extern/wog.h b/src/extern/wog.h
index 35bd51d..6c5bc08 100644
--- a/src/extern/wog.h
+++ b/src/extern/wog.h
@@ -1,8 +1,5 @@
-/**
-* Copyright (c) 2015~2017 chai
-*
-* This library is free software; you can redistribute it and/or modify it
-* under the terms of the MIT license. See LICENSE for details.
+/*
+* Copyright (c) 2015~2020 chai
*/
#ifndef _WOG_H