]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Remove an extra */ from libparse/ieee754io.c
authorHarlan Stenn <stenn@ntp.org>
Thu, 1 Feb 2024 05:43:41 +0000 (21:43 -0800)
committerHarlan Stenn <stenn@ntp.org>
Thu, 1 Feb 2024 05:43:41 +0000 (21:43 -0800)
bk: 65bb2f8ddXmDYfae_BBzi1Zw6AQR_g

ChangeLog
libparse/ieee754io.c

index 8f22ff7f498f2c55f34d22b7f3527066f6079140..c5d0f5a4968f901881003956b5facea9b2b9d654 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,7 @@
              is disabled.  <burnicki@ntp.org>
 * [Bug 3825] Don't touch HTML files unless building inside a BK repo.
              Fix the script checkHtmlFileDates.  <burnicki@ntp.org>
+* Remove extraneous */ from libparse/ieee754io.c
 * Fix .datecheck target line in Makefile.am.  <stenn@ntp.org>
 * Update the copyright year.  <stenn@ntp.org>
 * Update ntp.conf documentation to add "delrestrict" and correct information
index f2c48916ac700a4246a7b30f53741cfdd40351ff..88a2aa405d384cdef0348c903936aba0df83ec03 100644 (file)
@@ -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;
 }