aboutsummaryrefslogtreecommitdiff
path: root/c/common.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-02-15 17:17:50 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-02-15 17:17:50 +0100
commitc1eee2b46cd5643ba8efb98b2cd598ef47c4daf6 (patch)
treecd23129ac6476d5be4814687248e3e71c0d959c9 /c/common.c
parentc605ea0545ac22dc328c83d78011e3d18346eb63 (diff)
downloadEpisodeBrowser-c1eee2b46cd5643ba8efb98b2cd598ef47c4daf6.tar.gz
Show data in data list view.
Diffstat (limited to 'c/common.c')
-rw-r--r--c/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/common.c b/c/common.c
index c1f9614..c672a4d 100644
--- a/c/common.c
+++ b/c/common.c
@@ -6,7 +6,7 @@
/* Convert zero-terminated non-wide (multi-byte) string to
* zero-terminated wide/non-wide string depending on UNICODE. */
TCHAR *
-TSZFromSZ(char *sz, int iCp)
+TSZFromSZ(const char *sz, int iCp)
{
TCHAR *tsz;