diff options
Diffstat (limited to 'src/extern')
-rw-r--r-- | src/extern/wog.c | 2 | ||||
-rw-r--r-- | src/extern/wog.h | 7 |
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 |