From 669dd0b03fbe47c640a60a9e67ff9de112fe2bd5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 22 May 2008 00:58:27 +0200 Subject: [PATCH] Oops, fix syntax error introduced by last commit. --- lib/vasnprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c index 9c6340c486..472ce23334 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]; -- 2.30.2