(svn r15368) -Fix: some typos in comments

This commit is contained in:
rubidium
2009-02-06 10:31:05 +00:00
parent cfc80a17d8
commit 6252c74584
2 changed files with 5 additions and 4 deletions

View File

@@ -24,7 +24,8 @@ AIConfigItem _start_date_config = {
AI::START_NEXT_HARD,
AI::START_NEXT_DEVIATION,
30,
AICONFIG_NONE
AICONFIG_NONE,
NULL
};
AIFileInfo::~AIFileInfo()