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