From d7cf090cee5f1b71c3e9c5f232d0e2a51ad6a7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 17 Feb 2022 01:48:22 +0100 Subject: More cleanup. --- c/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/common.c') 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; -- cgit v1.2.3