summaryrefslogtreecommitdiffstats
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index bbddb9a..20dc355 100644
--- a/utils.c
+++ b/utils.c
@@ -298,7 +298,7 @@ isprint8(int i)
/* Private implementation of wcscasecmp missing in c99. */
/* ==================================================== */
int
-xwcscasecmp(const wchar_t * s1, const wchar_t * s2)
+my_wcscasecmp(const wchar_t * s1, const wchar_t * s2)
{
wchar_t c1, c2;