(process_string_arg): Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Thu, 29 Aug 2002 11:13:21 +0000 (11:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 29 Aug 2002 11:13:21 +0000 (11:13 +0000)
README
stdio-common/vfprintf.c

diff --git a/README b/README
index 9b17f1e..e535b6b 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This directory contains the version 2.2.91 release of the GNU C Library.
+This directory contains the version 2.2.92 release of the GNU C Library.
 Many bugs have been fixed since the last release.
 Some bugs surely remain.
 
index f181a0a..6d697d8 100644 (file)
@@ -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;