From: Bruno Haible Date: Wed, 21 May 2008 22:58:27 +0000 (+0200) Subject: Oops, fix syntax error introduced by last commit. X-Git-Tag: v0.1~7366 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=669dd0b03fbe47c640a60a9e67ff9de112fe2bd5;p=gnulib.git Oops, fix syntax error introduced by last commit. --- diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c index 9c6340c48..472ce2333 100644 --- a/lib/vasnprintf.c +++ b/lib/vasnprintf.c @@ -3708,7 +3708,7 @@ VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp, #endif TCHAR_T *fbp; unsigned int prefix_count; - int prefixes[2] IF_LINT (= { 0, 0 }); + int prefixes[2] IF_LINT (= { 0 }); #if !USE_SNPRINTF size_t tmp_length; TCHAR_T tmpbuf[700];