aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/fpconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/fpconv.h')
-rw-r--r--src/stdlib/fpconv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/fpconv.h b/src/stdlib/fpconv.h
index 360c1f96..1d3dd813 100644
--- a/src/stdlib/fpconv.h
+++ b/src/stdlib/fpconv.h
@@ -24,7 +24,7 @@
* int str_len = fpconv_dtoa(d, buf);
*
* buf[str_len] = '\0';
- * printf("%s", buf);
+ * puts(buf);
* }
*
*/