Author: cazfi
Date: Wed Jun 29 11:28:06 2016
New Revision: 33106

URL: http://svn.gna.org/viewcvs/freeciv?rev=33106&view=rev
Log:
Fixed double const compiler warning from clang.

See bug #24808

Modified:
    trunk/client/helpdata.c

Modified: trunk/client/helpdata.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/client/helpdata.c?rev=33106&r1=33105&r2=33106&view=diff
==============================================================================
--- trunk/client/helpdata.c     (original)
+++ trunk/client/helpdata.c     Wed Jun 29 11:28:06 2016
@@ -4386,7 +4386,7 @@
 
     if (utype_can_do_action(utype, act)) {
       const char *target_adjective;
-      const char const *blockers[ACTION_COUNT];
+      const char *blockers[ACTION_COUNT];
       int i = 0;
 
       /* Generic action information. */


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

Reply via email to