diff options
Diffstat (limited to 'json_object_private.h')
-rw-r--r-- | json_object_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json_object_private.h b/json_object_private.h index d8dacd2..d1d782e 100644 --- a/json_object_private.h +++ b/json_object_private.h @@ -86,7 +86,7 @@ struct json_object_int struct json_object_string { struct json_object base; - ssize_t len; // Signed b/c negative lengths indicate data is a pointer + ssize_t len; // Signed b/c negative lengths indicate data is a pointer // Consider adding an "alloc" field here, if json_object_set_string calls // to expand the length of a string are common operations to perform. union |