diff --git a/libc/src/fcvt.c b/libc/src/fcvt.c index 21042b6..495fac0 100644 --- a/libc/src/fcvt.c +++ b/libc/src/fcvt.c @@ -104,4 +104,4 @@ void fcvtbuf(double arg, int decimals, int *decpt, int *sign, char *buf, unsigne cvt(arg, decimals, decpt, sign, buf, buf_size, 0); } -/// @endcond \ No newline at end of file +/// @endcond