summaryrefslogtreecommitdiff
path: root/lib/vsprintf.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-08 03:24:38 +0000
committerBruno Haible <bruno@clisp.org>2007-03-08 03:24:38 +0000
commite0a39772b0b68a716a423c697be786d64bd07b2a (patch)
tree28d4b67021c51160d1ed4ec760fbd528db25e15f /lib/vsprintf.c
parent88200edc4b7414155d05de27554a4c70aa5ece82 (diff)
downloadgnulib-e0a39772b0b68a716a423c697be786d64bd07b2a.tar.gz
Whitespace change.
Diffstat (limited to 'lib/vsprintf.c')
-rw-r--r--lib/vsprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c
index f75f510bc5..d25c4a65f9 100644
--- a/lib/vsprintf.c
+++ b/lib/vsprintf.c
@@ -40,7 +40,7 @@
/* Print formatted output to string STR.
Return string length of formatted string. On error, return a negative
- value. */
+ value. */
int
vsprintf (char *str, const char *format, va_list args)
{