diff options
Diffstat (limited to 'newlib/libc/string/wcsspn.c')
-rw-r--r-- | newlib/libc/string/wcsspn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/wcsspn.c b/newlib/libc/string/wcsspn.c index 652d971..8e8ce6c 100644 --- a/newlib/libc/string/wcsspn.c +++ b/newlib/libc/string/wcsspn.c @@ -57,7 +57,7 @@ No supporting OS subroutines are required. size_t _DEFUN (wcsspn, (s, set), - _CONST wchar_t * s _AND + _CONST wchar_t * s, _CONST wchar_t * set) { _CONST wchar_t *p; |