(svn r14156) -Fix (r14153): missing/wrong comments

This commit is contained in:
smatz 2008-08-24 17:29:57 +00:00
parent 4a4549405c
commit 0d4e7f9537
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
/* $Id$ */
/** @file ini.cpp Definition of the IniItem class, related to reading/writing '*.ini' files. */
#include "stdafx.h"
#include "core/alloc_func.hpp"

View File

@ -99,4 +99,4 @@ struct IniFile {
bool SaveToDisk(const char *filename);
};
#endif /* INI_TYPE */
#endif /* INI_TYPE_H */