mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r14156) -Fix (r14153): missing/wrong comments
This commit is contained in:
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…
Reference in New Issue
Block a user