changeset 10104:14be34f63d45

Oops, fix syntax error introduced by last commit.
author Bruno Haible <bruno@clisp.org>
date Thu, 22 May 2008 00:58:27 +0200
parents c38a426cd67a
children b27de0a2cd10
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];