diff options
author | John Ankarström <john@ankarstrom.se> | 2022-04-01 19:48:29 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-04-01 19:48:29 +0200 |
commit | bc9ee9be4d6c164687f1797215f1ea3177ef5bb2 (patch) | |
tree | de97d2b0f2a04d6b6649eb8b4d6c0a305e459da1 /c/main.c | |
parent | 226b05d4bdcff492070e715bf0cbd719eb98ac06 (diff) | |
download | EpisodeBrowser-bc9ee9be4d6c164687f1797215f1ea3177ef5bb2.tar.gz |
Adjust formatting.
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; |