diff options
Diffstat (limited to 'lib/libc/stdio/fgetws.c')
-rw-r--r-- | lib/libc/stdio/fgetws.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fgetws.c b/lib/libc/stdio/fgetws.c index 2cfd4e3..9d456a1 100644 --- a/lib/libc/stdio/fgetws.c +++ b/lib/libc/stdio/fgetws.c @@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$"); #include "local.h" wchar_t * -fgetws(wchar_t *__restrict ws, int n, FILE *__restrict fp) +fgetws(wchar_t * __restrict ws, int n, FILE * __restrict fp) { wchar_t *wsp; long r; |