summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/string/wcscasecmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/wcscasecmp.c b/src/lib/libc/string/wcscasecmp.c
index d4085ad3e8..b14997ee75 100644
--- a/src/lib/libc/string/wcscasecmp.c
+++ b/src/lib/libc/string/wcscasecmp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: wcscasecmp.c,v 1.1 2011/05/28 15:16:46 espie Exp $ */ 1/* $OpenBSD: wcscasecmp.c,v 1.2 2011/06/01 19:29:48 naddy Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2011 Marc Espie 4 * Copyright (c) 2011 Marc Espie
@@ -30,7 +30,7 @@
30#include "locale/runetype.h" 30#include "locale/runetype.h"
31 31
32int 32int
33wcscasecmp(const wchar_t *s1, const char *s2) 33wcscasecmp(const wchar_t *s1, const wchar_t *s2)
34{ 34{
35 wchar_t l1, l2; 35 wchar_t l1, l2;
36 36