aboutsummaryrefslogtreecommitdiff
path: root/c/listview.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/listview.c
parent226b05d4bdcff492070e715bf0cbd719eb98ac06 (diff)
downloadEpisodeBrowser-bc9ee9be4d6c164687f1797215f1ea3177ef5bb2.tar.gz
Adjust formatting.
Diffstat (limited to 'c/listview.c')
-rw-r--r--c/listview.c2
1 files changed, 1 insertions, 1 deletions
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
);