mirror of
https://github.com/json-c/json-c.git
synced 2026-03-27 00:49:07 +08:00
Slight style tweaks to the bsearch changest.
This commit is contained in:
@@ -424,7 +424,7 @@ extern void json_object_array_sort(struct json_object *jso, int(*sort_fn)(const
|
||||
extern struct json_object* json_object_array_bsearch(
|
||||
const struct json_object *key,
|
||||
const struct json_object *jso,
|
||||
int (*sort_fn)(const void *, const void *) );
|
||||
int (*sort_fn)(const void *, const void *));
|
||||
|
||||
/** Add an element to the end of a json_object of type json_type_array
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user