Skip to content

Commit

Permalink
remove accidental character
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Oct 15, 2023
1 parent aedcde6 commit 27807b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/json/json.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ fr_slen_t fr_json_str_from_value(fr_sbuff_t *out, fr_value_box_t *vb, bool inclu
break;

case '\\':
< FR_SBUFF_IN_STRCPY_LITERAL_RETURN(&our_out, "\\\\");
FR_SBUFF_IN_STRCPY_LITERAL_RETURN(&our_out, "\\\\");
break;

case '/':
Expand Down

0 comments on commit 27807b3

Please sign in to comment.