mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 08:16:59 +00:00
output: fix doc of output_double
This commit is contained in:
parent
ff7ca8c419
commit
478bbe1b44
1 changed files with 1 additions and 1 deletions
|
|
@ -615,7 +615,7 @@ static void output_line(FILE *restrict f, char const *restrict type,
|
||||||
*
|
*
|
||||||
* \param f Output file descriptor.
|
* \param f Output file descriptor.
|
||||||
* \param type HMTL tag name.
|
* \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,
|
static void output_double(FILE *restrict f, char const *restrict type,
|
||||||
double d)
|
double d)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue