diff options
Diffstat (limited to 'src/stdio')
-rw-r--r-- | src/stdio/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/printf.c b/src/stdio/printf.c index 53be281..0c6d2cf 100644 --- a/src/stdio/printf.c +++ b/src/stdio/printf.c @@ -482,7 +482,7 @@ int dprintf(int fd, const char* restrict format, ...) * * @since Always. */ -int sockprintf(int fd, int flags, const char* format restrict, ...) +int sockprintf(int fd, int flags, const char* restrict format, ...) { V(sockprintf(fd, flags, format, args)); } |