]> git.ipfire.org Git - pakfire.git/commitdiff
json: Remove superfluous semicolon
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Feb 2025 17:31:22 +0000 (17:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 10 Feb 2025 17:31:22 +0000 (17:31 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/json.h

index 6c1359417ab3fa50e5ca6293a8684d46dff10667..83bc9058ce41d3bbaed3cece23f9126a2071d820 100644 (file)
@@ -49,7 +49,7 @@ int pakfire_json_add_array(struct json_object* json, const char* name, struct js
 
 int pakfire_json_array_add_string(struct json_object* array, const char* s);
 int pakfire_json_array_add_stringf(struct json_object* array, const char* format, ...)
-       __attribute__((format(printf, 2, 3)));;
+       __attribute__((format(printf, 2, 3)));
 
 int pakfire_json_get_string(struct json_object* json, const char* key, const char** value);
 int pakfire_json_get_int64(struct json_object* json, const char* key, int64_t* value);