Skip to content

Commit

Permalink
Fix message.. oops
Browse files Browse the repository at this point in the history
  • Loading branch information
schveiguy committed Jan 8, 2025
1 parent 6699288 commit c3d3ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/druntime/src/core/internal/gc/impl/sdc/gc.d
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private GC initializeQuiet()
private GC initialize()
{
import core.stdc.stdio;
printf("using (pthread) SDC GC!\n");
printf("using SDC GC!\n");
return initializeQuiet();
}

Expand Down

0 comments on commit c3d3ce0

Please sign in to comment.