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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
smatz 16 years ago
parent 4a4549405c
commit 0d4e7f9537

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