aboutsummaryrefslogtreecommitdiff
path: root/c/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/main.c')
-rw-r--r--c/main.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/c/main.c b/c/main.c
index 1a4e287..929738c 100644
--- a/c/main.c
+++ b/c/main.c
@@ -61,12 +61,8 @@ WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
TEXT("Episode Browser"),
TEXT("Episode Browser"),
WS_OVERLAPPEDWINDOW,
- CW_USEDEFAULT, CW_USEDEFAULT, /* Position */
- 510, 400, /* Size */
- NULL, /* Parent window */
- NULL, /* Menu */
- hInstance,
- NULL
+ CW_USEDEFAULT, CW_USEDEFAULT, 510, 400,
+ NULL, NULL, hInstance, NULL
);
if (!hWnd) return 0;