summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2014-09-14 05:16:10 +0200
committerMichael Giacomelli <giac2000@hotmail.com>2014-09-14 05:16:10 +0200
commita7f23a5d05dcb2c56529bac2fdf1155794a78184 (patch)
tree907756fb052fa4978c5ab2a53c502409c0b75172
parent1189fbe186d6a41417140a912efe8148b76a2cec (diff)
downloadrockbox-a7f23a5.tar.gz
rockbox-a7f23a5.zip
Superdom: Silence warning.
Change-Id: Idec8c1a9defb19ebd753c2609b5d4207581c9248
-rw-r--r--apps/plugins/superdom.c2
1 files changed, 1 insertions, 1 deletions
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},