From 38f0535e00f12ea7da30c39423fc39f6f92cca50 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 4 Mar 2020 21:12:16 +0800 Subject: *misc --- src/extern/wog.c | 2 +- src/extern/wog.h | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'src/extern') 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 -- cgit v1.1-26-g67d0