aboutsummaryrefslogtreecommitdiff
path: root/c/common.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-02-17 01:48:22 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-02-17 01:48:22 +0100
commitd7cf090cee5f1b71c3e9c5f232d0e2a51ad6a7e5 (patch)
tree1b803ac1d172556422455c6822a7702202409eb5 /c/common.c
parent263bc8b8ff4296a1fe0014a26134ad35ebccbbff (diff)
downloadEpisodeBrowser-d7cf090cee5f1b71c3e9c5f232d0e2a51ad6a7e5.tar.gz
More cleanup.
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 af5638d..9a3baa8 100644
--- a/c/common.c
+++ b/c/common.c
@@ -7,7 +7,7 @@
/* Convert zero-terminated non-wide (multi-byte) string to
* zero-terminated wide/non-wide string depending on UNICODE. */
TCHAR *
-TSZFromSZ(const char *sz, int iCp)
+TszFromSz(const char *sz, int iCp)
{
TCHAR *tsz;