aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/wcscmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/wcscmp.c')
-rw-r--r--newlib/libc/string/wcscmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/wcscmp.c b/newlib/libc/string/wcscmp.c
index 8155742..f14eb5d 100644
--- a/newlib/libc/string/wcscmp.c
+++ b/newlib/libc/string/wcscmp.c
@@ -68,7 +68,7 @@ No supporting OS subroutines are required.
*/
int
_DEFUN (wcscmp, (s1, s2),
- _CONST wchar_t * s1 _AND
+ _CONST wchar_t * s1,
_CONST wchar_t * s2)
{