]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Extra comma
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 16 Jan 2021 23:28:30 +0000 (23:28 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 16 Jan 2021 23:28:30 +0000 (23:28 +0000)
src/lib/util/sbuff.c

index aa921ced3df2086294692f11eb992891ed391b31..a937dd51e8c6393b255151cdc1f45608a414c11a 100644 (file)
@@ -1181,8 +1181,8 @@ size_t fr_sbuff_out_##_name(fr_sbuff_parse_error_t *err, _type *out, fr_sbuff_t
        return fr_sbuff_advance(in, end - buff); \
 }
 
-SBUFF_PARSE_FLOAT_DEF(float32, float, strtof, 100);
-SBUFF_PARSE_FLOAT_DEF(float64, double, strtod, 100);
+SBUFF_PARSE_FLOAT_DEF(float32, float, strtof, 100)
+SBUFF_PARSE_FLOAT_DEF(float64, double, strtod, 100)
 
 /** Move data from one sbuff to another
  *