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