Showing with 1 addition and 1 deletion.
  1. +1 −1 src/core/stdc/stdio.d
2 changes: 1 addition & 1 deletion src/core/stdc/stdio.d
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ else
int scanf(in char* format, ...);
}

// No usafe pointer manipulation.
// No unsafe pointer manipulation.
@trusted
{
///
Expand Down