fix stupid mistakes

This commit is contained in:
Walter Bright 2007-10-03 06:00:32 +00:00
parent 50322c3bde
commit 7be3be74fc
3 changed files with 4 additions and 5 deletions

View file

@ -123,6 +123,6 @@ printf("test2\n");
writefln(std.cpuid.toString());
printf("Success\n!");
printf("Success!\n");
return 0;
}