From: Harlan Stenn Date: Thu, 1 Feb 2024 05:43:41 +0000 (-0800) Subject: Remove an extra */ from libparse/ieee754io.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff5810316e60d5ff67ea41affe62348877cc5f3;p=thirdparty%2Fntp.git Remove an extra */ from libparse/ieee754io.c bk: 65bb2f8ddXmDYfae_BBzi1Zw6AQR_g --- diff --git a/ChangeLog b/ChangeLog index 8f22ff7f4..c5d0f5a49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,6 +52,7 @@ is disabled. * [Bug 3825] Don't touch HTML files unless building inside a BK repo. Fix the script checkHtmlFileDates. +* Remove extraneous */ from libparse/ieee754io.c * Fix .datecheck target line in Makefile.am. * Update the copyright year. * Update ntp.conf documentation to add "delrestrict" and correct information diff --git a/libparse/ieee754io.c b/libparse/ieee754io.c index f2c48916a..88a2aa405 100644 --- a/libparse/ieee754io.c +++ b/libparse/ieee754io.c @@ -579,7 +579,7 @@ int main( #ifdef PUT_IEEE754_UNUSED_FUNC put_ieee754((void *)&f_p, IEEE_DOUBLE, &fp, native_off); /* there should be a check on *f_p (f) having the expected result here */ -#endif /* */PUT_IEEE754_UNUSED_FUNC */ +#endif /* PUT_IEEE754_UNUSED_FUNC */ return 0; }