Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus committed May 24, 2024
1 parent 7241dbe commit 56edb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry_json.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ tokens_to_value(jsmntok_t *tokens, size_t token_count, const char *buf,
do { \
size_t child_consumed = tokens_to_value( \
tokens + offset, token_count - offset, buf, Target); \
if (child_consumed == (size_t) - 1) { \
if (child_consumed == (size_t)-1) { \
goto error; \
} \
offset += child_consumed; \
Expand Down

0 comments on commit 56edb53

Please sign in to comment.