1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

(process_string_arg): Fix typo.

This commit is contained in:
Ulrich Drepper
2002-08-29 11:13:21 +00:00
parent c98d82db4c
commit c9bf8c6000
2 changed files with 2 additions and 2 deletions

View 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;