fix linux version identifier. Only work on win btw.

This commit is contained in:
Basile Burg 2014-11-07 04:46:26 +01:00
parent 0787af2b9d
commit c54ec43fbc
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ void main(string args[])
version(Windows)
string prgname = "cmd";
else
version(Linux) string prgname = "xterm";
version(linux) string prgname = "xterm";
else
assert(0, "unsupported target");
//