Skip to content

Commit

Permalink
fix ccheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Oct 10, 2023
1 parent a771986 commit 5419bbe
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 @@ -299,7 +299,7 @@ int re_trace_flush(void)
"\"ph\":\"%c\",%s%s%s}",
trace.new ? "" : ",\n",
e->cat, e->pid, e->tid, e->ts - trace.start_time,
e->ph, name,
e->ph, name,
e->id ? id_str : "",
str_isset(json_arg) ? json_arg : "");
trace.new = false;
Expand Down

0 comments on commit 5419bbe

Please sign in to comment.