diff options
Diffstat (limited to 'lib/libc/stdio/fputws.c')
-rw-r--r-- | lib/libc/stdio/fputws.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fputws.c b/lib/libc/stdio/fputws.c index 3cf5299..312d02a 100644 --- a/lib/libc/stdio/fputws.c +++ b/lib/libc/stdio/fputws.c @@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$"); #include "local.h" int -fputws(const wchar_t *__restrict ws, FILE *__restrict fp) +fputws(const wchar_t * __restrict ws, FILE * __restrict fp) { ORIENTLOCK(fp, 1); |