aboutsummaryrefslogtreecommitdiff
path: root/c/listview.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/listview.c')
-rw-r--r--c/listview.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/c/listview.c b/c/listview.c
index 5bc76ce..e37b280 100644
--- a/c/listview.c
+++ b/c/listview.c
@@ -22,10 +22,7 @@ LvCreate(HMENU hMenu)
TEXT(""),
WS_CHILD|WS_VISIBLE|WS_VSCROLL|LVS_REPORT|LVS_NOSORTHEADER,
0, 0, 0, 0,
- HWnd,
- hMenu,
- GetModuleHandle(NULL),
- NULL
+ HWnd, hMenu, GetModuleHandle(NULL), NULL
);
LvPrevProc = (WNDPROC)SetWindowLongPtr(hLv,