typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3916
This commit is contained in:
parent
fefe419a27
commit
084342cf83
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ static void LoadMessageFile(const char * fname) {
|
|||
if (*parser!=10 && *parser!=13) {
|
||||
*writer++=*parser;
|
||||
}
|
||||
*parser++;
|
||||
parser++;
|
||||
}
|
||||
*writer=0;
|
||||
/* New string name */
|
||||
|
|
Loading…
Add table
Reference in a new issue