diff options
Diffstat (limited to 'src/stdio/swscanf.c')
-rw-r--r-- | src/stdio/swscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/swscanf.c b/src/stdio/swscanf.c index b66ad03e..1fe3c3d8 100644 --- a/src/stdio/swscanf.c +++ b/src/stdio/swscanf.c @@ -2,7 +2,7 @@ #include <stdarg.h> #include <wchar.h> -int swscanf(const wchar_t *s, const wchar_t *fmt, ...) +int swscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, ...) { int ret; va_list ap; |