diff options
Diffstat (limited to 'c/main.c')
-rw-r--r-- | c/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ static void UpdateTheme(void); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, - LPSTR lpCmdLine, INT nCmdShow) + LPSTR lpCmdLine, INT nCmdShow) { char *argv[2]; HWND hWnd; |