Oops, fix syntax error introduced by last commit.
authorBruno Haible <bruno@clisp.org>
Wed, 21 May 2008 22:58:27 +0000 (00:58 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 21 May 2008 22:58:27 +0000 (00:58 +0200)
lib/vasnprintf.c

index 9c6340c..472ce23 100644 (file)
@@ -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];