Skip to content

Commit

Permalink
json: remove unknown type warning (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Oct 5, 2022
1 parent 1c34aae commit b2b1653
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/json/decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ static int decode_value(struct json_value *val, const struct pl *pl)
val->type = JSON_NULL;
}
else {
re_printf("json: value of unknown type: <%r>\n", pl);
err = EBADMSG;
}

Expand Down

0 comments on commit b2b1653

Please sign in to comment.