From a7f23a5d05dcb2c56529bac2fdf1155794a78184 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Sun, 14 Sep 2014 05:16:10 +0200 Subject: Superdom: Silence warning. Change-Id: Idec8c1a9defb19ebd753c2609b5d4207581c9248 --- apps/plugins/superdom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/superdom.c b/apps/plugins/superdom.c index c0c808d512..877f32e081 100644 --- a/apps/plugins/superdom.c +++ b/apps/plugins/superdom.c @@ -626,7 +626,7 @@ static int superdom_help(void) "army.", "Each", "tile", "has", "a", "strength,", "calculated", "by", "the", "ownership", "of", "surrounding", "tiles,", "and", "the", "type", "and", "number", "of", "troops", "on", "them."}; - static const struct style_text style[]={ + static struct style_text style[]={ {0, TEXT_CENTER|TEXT_UNDERLINE}, {2, C_RED}, {21, C_RED}, -- cgit v1.2.3