diff options
Diffstat (limited to 'newlib/libc/string/strspn.c')
-rw-r--r-- | newlib/libc/string/strspn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/strspn.c b/newlib/libc/string/strspn.c index 3f43b8f..287da4d 100644 --- a/newlib/libc/string/strspn.c +++ b/newlib/libc/string/strspn.c @@ -31,7 +31,7 @@ QUICKREF size_t _DEFUN (strspn, (s1, s2), - _CONST char *s1 _AND + _CONST char *s1, _CONST char *s2) { _CONST char *s = s1; |