changeset 29795:2f4b4c7499be

Oops, fix syntax error introduced by last commit.
author Bruno Haible <bruno@clisp.org>
date Thu, 22 May 2008 00:58:27 +0200
parents e49dda12d2d4
children bba0c8ec5240
files lib/vasnprintf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/vasnprintf.c	Thu May 22 00:54:26 2008 +0200
+++ b/lib/vasnprintf.c	Thu May 22 00:58:27 2008 +0200
@@ -3708,7 +3708,7 @@
 #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];