summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--stdio-common/vfprintf.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 9b17f1e1c8..e535b6b853 100644
--- 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.
 
diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c
index f181a0ae00..6d697d8fb0 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;