From 7ce8fe43bd3e12103cc399165632e0bfbeb1f99e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 29 Oct 2002 12:10:10 +0000 Subject: Fix a silly typo for Manuel -Erik --- libc/stdio/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/printf.c') diff --git a/libc/stdio/printf.c b/libc/stdio/printf.c index 204361825..d593f769c 100644 --- a/libc/stdio/printf.c +++ b/libc/stdio/printf.c @@ -470,7 +470,7 @@ int vfprintf(FILE * __restrict stream, register const char * __restrict format, } } while (1); - va_end(ppfs->arg); /* Need to clean up after va_copy! */ + va_end(ppfs.arg); /* Need to clean up after va_copy! */ } __STDIO_THREADUNLOCK(stream); -- cgit v1.2.3