Skip to content

Commit

Permalink
fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Oct 11, 2023
1 parent b05e716 commit 5db1c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ int re_trace_flush(void)
re_snprintf(name, sizeof(name), "\"name\":\"%s\"", e->name);

if (e->id) {
re_snprintf(id_str, sizeof(id_str), "\"id\":\"%r\"",
re_snprintf(id_str, sizeof(id_str), ", \"id\":\"%r\"",
e->id);
mem_deref(e->id);
}
Expand Down

0 comments on commit 5db1c0d

Please sign in to comment.