another typo fix (thanks, Gene Auyeung)

This commit is contained in:
Connor Lane Smith 2010-08-03 18:19:59 +01:00
parent 7a2782d02d
commit 9cf07b4b9b
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ main(int argc, char *argv[]) {
else if(!strcmp(argv[i], "-p"))
prompt = argv[++i];
else if(!strcmp(argv[i], "-fn"))
initfont(dc, argv[i++]);
initfont(dc, argv[++i]);
else if(!strcmp(argv[i], "-nb"))
normbgcolor = argv[++i];
else if(!strcmp(argv[i], "-nf"))