projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
095b97e
)
Oops, fix syntax error introduced by last commit.
author
Bruno Haible
<bruno@clisp.org>
Wed, 21 May 2008 22:58:27 +0000
(
00:58
+0200)
committer
Bruno Haible
<bruno@clisp.org>
Wed, 21 May 2008 22:58:27 +0000
(
00:58
+0200)
lib/vasnprintf.c
patch
|
blob
|
history
diff --git
a/lib/vasnprintf.c
b/lib/vasnprintf.c
index 9c6340c486170f4834c31d34c1ce9723fc5cbb50..472ce23334c57595d0d9a9a448f989b8973d5217 100644
(file)
--- 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];