From: Harlan Stenn Date: Thu, 1 Feb 2024 08:22:21 +0000 (-0600) Subject: Fix another extra */ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f20127420c4f89a39a21b0d440a21fa6da6d3bd;p=thirdparty%2Fntp.git Fix another extra */ bk: 65bb54bdBtBHe631NpHxAQIGZ0MzrQ --- diff --git a/libparse/ieee754io.c b/libparse/ieee754io.c index 88a2aa405..b41a96c21 100644 --- a/libparse/ieee754io.c +++ b/libparse/ieee754io.c @@ -549,7 +549,7 @@ put_ieee754( } return IEEE_OK; } -#endif /* */PUT_IEEE754_UNUSED_FUNC */ +#endif /* PUT_IEEE754_UNUSED_FUNC */ #if defined(DEBUG) && defined(LIBDEBUG)