From c9bf8c600080ff00377aa9d3d552b06202fb1ad6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 29 Aug 2002 11:13:21 +0000 Subject: (process_string_arg): Fix typo. --- stdio-common/vfprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common/vfprintf.c') diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index f181a0a..6d697d8 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -1084,7 +1084,7 @@ vfprintf (FILE *s, const CHAR_T *format, va_list ap) outstring (string, len); \ if (left) \ PAD (L' '); \ - if (__builin_expect (string_malloced, 0)) \ + if (__builtin_expect (string_malloced, 0)) \ free (string); \ } \ break; -- cgit v1.1