summaryrefslogtreecommitdiff
path: root/src/snprintf.c
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2007-08-26 04:43:56 +0000
committerDave Beckett <dave@dajobe.org>2007-08-26 04:43:56 +0000
commit28f20cbe07389516e0cfdf47821861ddf2253efe (patch)
treea149e868210f615ccd01e9b6dc6cd0b01951f207 /src/snprintf.c
parent91c0f93677c79a1476b9ae39cb0d1f414e3c6ae8 (diff)
downloadraptor-28f20cbe07389516e0cfdf47821861ddf2253efe.tar.gz
raptor_format_float not public
Diffstat (limited to 'src/snprintf.c')
-rw-r--r--src/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snprintf.c b/src/snprintf.c
index b02ee947..bd541cd7 100644
--- a/src/snprintf.c
+++ b/src/snprintf.c
@@ -506,7 +506,7 @@ fmtint(char *buffer, size_t *currlen, size_t maxlen,
#endif
-/** Convert a double to xsd:decimal representation.
+/* Convert a double to xsd:decimal representation.
* Returned is a pointer to the first character of the number
* in buffer (don't free it).
*/