]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove extra semicolon
authorAlan T. DeKok <aland@freeradius.org>
Sun, 17 Jan 2021 14:38:29 +0000 (09:38 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 17 Jan 2021 14:38:29 +0000 (09:38 -0500)
src/lib/json/base.h

index 6816817114ac77d3eb19ed509f53011248d7921a..bb6d15ff2b5d1d3c9a63c1850617c9a28d425b2e 100644 (file)
@@ -36,7 +36,7 @@ RCSIDH(json_h, "$Id$")
 
 DIAG_OFF(documentation-deprecated-sync)
 #    include <json-c/json.h>
-DIAG_ON(documentation-deprecated-sync);
+DIAG_ON(documentation-deprecated-sync)
 
 #  elif defined(HAVE_JSON_JSON_H)
 #    include <json/json.h>