]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fix another extra */
authorHarlan Stenn <stenn@ntp.org>
Thu, 1 Feb 2024 08:22:21 +0000 (02:22 -0600)
committerHarlan Stenn <stenn@ntp.org>
Thu, 1 Feb 2024 08:22:21 +0000 (02:22 -0600)
bk: 65bb54bdBtBHe631NpHxAQIGZ0MzrQ

libparse/ieee754io.c

index 88a2aa405d384cdef0348c903936aba0df83ec03..b41a96c2170ee8b9eecff5ac75996452242f242a 100644 (file)
@@ -549,7 +549,7 @@ put_ieee754(
     }
   return IEEE_OK;
 }
-#endif /* */PUT_IEEE754_UNUSED_FUNC */
+#endif /* PUT_IEEE754_UNUSED_FUNC */
 
 
 #if defined(DEBUG) && defined(LIBDEBUG)