From bc9ee9be4d6c164687f1797215f1ea3177ef5bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 1 Apr 2022 19:48:29 +0200 Subject: Adjust formatting. --- c/listview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/listview.c') diff --git a/c/listview.c b/c/listview.c index 628ed13..a69ddf8 100644 --- a/c/listview.c +++ b/c/listview.c @@ -20,7 +20,7 @@ LvCreate(HMENU hMenu) WC_LISTVIEW, TEXT(""), WS_CHILD|WS_VISIBLE|WS_VSCROLL|WS_TABSTOP - |LVS_REPORT|LVS_NOSORTHEADER, + |LVS_REPORT|LVS_NOSORTHEADER, 0, 0, 0, 0, HWnd, hMenu, GetModuleHandle(NULL), NULL ); -- cgit v1.2.3