Author: cazfi
Date: Sun May 17 01:36:33 2015
New Revision: 29097

URL: http://svn.gna.org/viewcvs/freeciv?rev=29097&view=rev
Log:
Correct function header for ai_timer_free()

Modified:
    trunk/common/ai.c

Modified: trunk/common/ai.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/ai.c?rev=29097&r1=29096&r2=29097&view=diff
==============================================================================
--- trunk/common/ai.c   (original)
+++ trunk/common/ai.c   Sun May 17 01:36:33 2015
@@ -70,7 +70,7 @@
 }
 
 /*****************************************************************************
-  Allocate memory for Start the timer for the AI of a player.
+  Free resources allocated for the AI timers.
 *****************************************************************************/
 void ai_timer_free(void)
 {


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

Reply via email to