aboutsummaryrefslogtreecommitdiff
path: root/c/main.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-04-01 19:48:29 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-04-01 19:48:29 +0200
commitbc9ee9be4d6c164687f1797215f1ea3177ef5bb2 (patch)
treede97d2b0f2a04d6b6649eb8b4d6c0a305e459da1 /c/main.c
parent226b05d4bdcff492070e715bf0cbd719eb98ac06 (diff)
downloadEpisodeBrowser-bc9ee9be4d6c164687f1797215f1ea3177ef5bb2.tar.gz
Adjust formatting.
Diffstat (limited to 'c/main.c')
-rw-r--r--c/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/main.c b/c/main.c
index 5c705f0..6f8b834 100644
--- a/c/main.c
+++ b/c/main.c
@@ -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;