summaryrefslogtreecommitdiff
path: root/src/ini_type.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-08-24 17:29:57 +0000
committersmatz <smatz@openttd.org>2008-08-24 17:29:57 +0000
commit0d4e7f9537dbaaf7f63c89e71881f352ab12750e (patch)
tree8d53a50687e599305124a746ef5b1b9961f09a38 /src/ini_type.h
parent4a4549405cef984ddcd78aa86bcc352fd0188f77 (diff)
downloadopenttd-0d4e7f9537dbaaf7f63c89e71881f352ab12750e.tar.xz
(svn r14156) -Fix (r14153): missing/wrong comments
Diffstat (limited to 'src/ini_type.h')
-rw-r--r--src/ini_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ini_type.h b/src/ini_type.h
index 34b97bd03..4c18862ea 100644
--- a/src/ini_type.h
+++ b/src/ini_type.h
@@ -99,4 +99,4 @@ struct IniFile {
bool SaveToDisk(const char *filename);
};
-#endif /* INI_TYPE */
+#endif /* INI_TYPE_H */