Showing with 1 addition and 1 deletion.
  1. +1 −1 ddemangle.d
2 changes: 1 addition & 1 deletion ddemangle.d
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import std.algorithm : equal, map;
import std.getopt;
import std.regex;
import std.stdio;
import std.c.stdlib;
import core.stdc.stdlib;

void showhelp(string[] args)
{
Expand Down