Add newline at the end of fcvt.

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2024-03-01 09:16:25 -05:00
parent 272a246e29
commit 082ea79648
+1 -1
View File
@@ -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
/// @endcond