Changeset - r9999:dccc36203f8a
[Not reviewed]
master
0 2 0
smatz - 16 years ago 2008-08-24 17:29:57
smatz@openttd.org
(svn r14156) -Fix (r14153): missing/wrong comments
2 files changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/ini.cpp
Show inline comments
 
/* $Id$ */
 

	
 
/** @file ini.cpp Definition of the IniItem class, related to reading/writing '*.ini' files. */
 

	
 
#include "stdafx.h"
 
#include "core/alloc_func.hpp"
src/ini_type.h
Show inline comments
 
@@ -99,4 +99,4 @@ struct IniFile {
 
	bool SaveToDisk(const char *filename);
 
};
 

	
 
#endif /* INI_TYPE */
 
#endif /* INI_TYPE_H */
0 comments (0 inline, 0 general)