diff options
Diffstat (limited to 'src/stdlib/fpconv.h')
| -rw-r--r-- | src/stdlib/fpconv.h | 2 |
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); * } * */ |
