From f2c5ac590d442a32e2d5cd77af776a05b977b949 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 27 Dec 2015 20:43:19 +0100 Subject: fix errors and warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/stdio/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdio/printf.c') 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)); } -- cgit v1.2.3-70-g09d2