aboutsummaryrefslogtreecommitdiff
path: root/c/episodelistview.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-04-13 19:11:45 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-04-13 19:11:45 +0200
commit34d6f7940bf341a8a03e52c64bd6b646e9c038d7 (patch)
tree54b994240113644f1f1433b6334b8de8b5418e28 /c/episodelistview.c
parent30347c9bc743bdda2c01dcbca9221443e7b8bbac (diff)
downloadEpisodeBrowser-34d6f7940bf341a8a03e52c64bd6b646e9c038d7.tar.gz
Fix typo.
Diffstat (limited to 'c/episodelistview.c')
-rw-r--r--c/episodelistview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/episodelistview.c b/c/episodelistview.c
index 30eef41..bd5a28c 100644
--- a/c/episodelistview.c
+++ b/c/episodelistview.c
@@ -30,7 +30,7 @@ ElvCreate()
lvc.cx = Dpi(20);
ListView_InsertColumn(HElv, 1, &lvc);
- lvc.iSubItem = 1;
+ lvc.iSubItem = 2;
lvc.pszText = TEXT("Title");
lvc.cx = 500;
ListView_InsertColumn(HElv, 2, &lvc);