diff options
Diffstat (limited to 'newlib/libc/string/wcscasecmp.c')
-rw-r--r-- | newlib/libc/string/wcscasecmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/wcscasecmp.c b/newlib/libc/string/wcscasecmp.c index 26c7cc2..f23e372 100644 --- a/newlib/libc/string/wcscasecmp.c +++ b/newlib/libc/string/wcscasecmp.c @@ -37,7 +37,7 @@ QUICKREF int _DEFUN (wcscasecmp, (s1, s2), - _CONST wchar_t *s1 _AND + _CONST wchar_t *s1, _CONST wchar_t *s2) { int d = 0; |