summaryrefslogtreecommitdiff
path: root/apps/plugins
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 /apps/plugins
parent1189fbe186d6a41417140a912efe8148b76a2cec (diff)
downloadrockbox-a7f23a5d05dcb2c56529bac2fdf1155794a78184.tar.gz
rockbox-a7f23a5d05dcb2c56529bac2fdf1155794a78184.zip
Superdom: Silence warning.
Change-Id: Idec8c1a9defb19ebd753c2609b5d4207581c9248
Diffstat (limited to 'apps/plugins')
-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)
626 "army.", "Each", "tile", "has", "a", "strength,", "calculated", "by", 626 "army.", "Each", "tile", "has", "a", "strength,", "calculated", "by",
627 "the", "ownership", "of", "surrounding", "tiles,", "and", "the", "type", 627 "the", "ownership", "of", "surrounding", "tiles,", "and", "the", "type",
628 "and", "number", "of", "troops", "on", "them."}; 628 "and", "number", "of", "troops", "on", "them."};
629 static const struct style_text style[]={ 629 static struct style_text style[]={
630 {0, TEXT_CENTER|TEXT_UNDERLINE}, 630 {0, TEXT_CENTER|TEXT_UNDERLINE},
631 {2, C_RED}, 631 {2, C_RED},
632 {21, C_RED}, 632 {21, C_RED},