Skip to content

Commit 5c1e219

Browse files
minor prof fix
1 parent 497f0e4 commit 5c1e219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rdi_from_pdb/rdi_from_pdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4058,7 +4058,7 @@ ASYNC_WORK_DEF(p2r_bake_inline_site_strings_work)
40584058
Arena *arena = p2r_state->work_thread_arenas[thread_idx];
40594059
P2R_BakeInlineSiteStringsIn *in = input;
40604060
p2r_make_string_map_if_needed();
4061-
ProfScope("bake inline site strings");
4061+
ProfScope("bake inline site strings")
40624062
{
40634063
for(P2R_BakeInlineSiteStringsInNode *n = in->first; n != 0; n = n->next)
40644064
{

0 commit comments

Comments
 (0)