(svn r2898) Fix typo in r2897

This commit is contained in:
tron
2005-08-28 10:59:34 +00:00
parent bb741798e9
commit de4f69d42e

View File

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