diff options
author | John Ankarström <john@ankarstrom.se> | 2022-02-17 01:48:22 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-02-17 01:48:22 +0100 |
commit | d7cf090cee5f1b71c3e9c5f232d0e2a51ad6a7e5 (patch) | |
tree | 1b803ac1d172556422455c6822a7702202409eb5 /c/common.c | |
parent | 263bc8b8ff4296a1fe0014a26134ad35ebccbbff (diff) | |
download | EpisodeBrowser-d7cf090cee5f1b71c3e9c5f232d0e2a51ad6a7e5.tar.gz |
More cleanup.
Diffstat (limited to 'c/common.c')
-rw-r--r-- | c/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |