Author: cazfi
Date: Wed Dec 23 22:29:19 2015
New Revision: 31174

URL: http://svn.gna.org/viewcvs/freeciv?rev=31174&view=rev
Log:
Corrected classicai.h guard to match the file name.

See patch #6677

Modified:
    branches/S2_6/ai/classic/classicai.h

Modified: branches/S2_6/ai/classic/classicai.h
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/ai/classic/classicai.h?rev=31174&r1=31173&r2=31174&view=diff
==============================================================================
--- branches/S2_6/ai/classic/classicai.h        (original)
+++ branches/S2_6/ai/classic/classicai.h        Wed Dec 23 22:29:19 2015
@@ -10,11 +10,11 @@
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
 ***********************************************************************/
-#ifndef FC__DEFAULTAI_H
-#define FC__DEFAULTAI_H
+#ifndef FC__CLASSICAI_H
+#define FC__CLASSICAI_H
 
 struct ai_type;
 
 bool fc_ai_classic_setup(struct ai_type *ai);
 
-#endif /* FC__DEFAULTAI_H */
+#endif /* FC__CLASSICAI_H */


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to