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

pull/155/head
smatz 16 years ago
parent 01e8ec447e
commit 8abd4137d4

@ -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"

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

Loading…
Cancel
Save