diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2012-07-04 17:35:07 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2012-07-04 17:35:07 +0000 |
| commit | 988a521bf06a348bee36a079ba2522653d17d59a (patch) | |
| tree | a14c4f6b0680aa6ca6cff198f4d4ea649e17066d /include | |
| parent | 64b0683e230068b4e0adc53976a936b4c41de665 (diff) | |
Notes
Diffstat (limited to 'include')
| -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 1cb39c700926e..c12c3ebf4ec34 100644 --- a/include/printf.h +++ b/include/printf.h @@ -123,7 +123,7 @@ int register_printf_function(int spec, printf_function *render, printf_arginfo_f /* FreeBSD */ int register_printf_render(int spec, printf_render *render, printf_arginfo_function *arginfo); -int register_printf_render_std(const unsigned char *specs); +int register_printf_render_std(const char *specs); /* vprintf_errno.c */ printf_arginfo_function __printf_arginfo_errno; |
