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