Browse Source

Update test_deep_copy.c

pull/383/head
ssrlive GitHub 7 years ago
parent
commit
90d7259ee9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_deep_copy.c

+ 1
- 1
tests/test_deep_copy.c View File

@@ -85,7 +85,7 @@ int my_custom_serializer(struct json_object *jso, struct printbuf *pb, int level
return 0;
}

json_c_shallow_copy_fn my_shallow_copy;
//json_c_shallow_copy_fn my_shallow_copy;
int my_shallow_copy(json_object *src, json_object *parent, const char *key, size_t index, json_object **dst)
{
int rc;


Loading…
Cancel
Save