From 0d4e7f9537dbaaf7f63c89e71881f352ab12750e Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 24 Aug 2008 17:29:57 +0000 Subject: (svn r14156) -Fix (r14153): missing/wrong comments --- src/ini.cpp | 3 +++ src/ini_type.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/ini.cpp b/src/ini.cpp index 19ed16eae..764755f0b 100644 --- a/src/ini.cpp +++ b/src/ini.cpp @@ -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" 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 */ -- cgit v1.2.3-70-g09d2