output: fix doc of output_double

This commit is contained in:
Cheer Xiao 2013-01-09 10:19:06 +08:00
parent ff7ca8c419
commit 478bbe1b44

View file

@ -615,7 +615,7 @@ static void output_line(FILE *restrict f, char const *restrict type,
*
* \param f Output file descriptor.
* \param type HMTL tag name.
* \param unlong Actual payload of the printout.
* \param d Actual payload of the printout.
*/
static void output_double(FILE *restrict f, char const *restrict type,
double d)