(svn r2898) Fix typo in r2897

This commit is contained in:
tron 2005-08-28 10:59:34 +00:00
parent abb034c2cd
commit 70c07d13be
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ static void OpenBankFile(const char *filename)
if (fe == NULL) {
_file_count = 0;
_files = NULL;
return;
}
_file_count = count;