diff options
Diffstat (limited to 'base/debug_message.cc')
-rw-r--r-- | base/debug_message.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/debug_message.cc b/base/debug_message.cc index 7e20eb5..10f441d 100644 --- a/base/debug_message.cc +++ b/base/debug_message.cc @@ -15,4 +15,3 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, MessageBox(NULL, cmdline, L"Kr\x00d8m", MB_TOPMOST); return 0; } - |