summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfprintf.c
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-09-06 11:24:06 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-09-06 11:24:06 +0000
commit58d38e25205c6ee5ef0796ffa2cd8e2ca6c6e7f3 (patch)
treeee19d604b38f08d225b97c81a641deba71f33d6b /lib/libc/stdio/vfprintf.c
parent00f9b682956d9eda39f36dd9291d4313fc75025a (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/vfprintf.c')
-rw-r--r--lib/libc/stdio/vfprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/vfprintf.c b/lib/libc/stdio/vfprintf.c
index 1802fc7a0874..ed0c41965c8e 100644
--- a/lib/libc/stdio/vfprintf.c
+++ b/lib/libc/stdio/vfprintf.c
@@ -332,7 +332,7 @@ __ujtoa(uintmax_t val, char *endp, int base, int octzero, char *xdigs,
* MT-safe version
*/
int
-vfprintf(FILE *__restrict fp, const char *__restrict fmt0, va_list ap)
+vfprintf(FILE * __restrict fp, const char * __restrict fmt0, va_list ap)
{
int ret;