diff options
Diffstat (limited to 'include/printf.h')
-rw-r--r-- | include/printf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/printf.h b/include/printf.h index 8b0a66c88..96e4afa5c 100644 --- a/include/printf.h +++ b/include/printf.h @@ -154,7 +154,7 @@ struct printf_info The function should return the number of characters written, or -1 for errors. */ -typedef int printf_function (FILE *__stream, +typedef int (*printf_function) (FILE *__stream, __const struct printf_info *__info, __const void *__const *__args); |