summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.c
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2006-08-23 01:32:38 +0000
committerJonas Häggqvist <rasher@rasher.dk>2006-08-23 01:32:38 +0000
commitd9cda30add87ace4a74d0a7c06a85960a5833d06 (patch)
treee4124de8386979fb0013b5d410dbbcc56c7d33be /apps/plugins/minesweeper.c
parent35d0770e8a4ec2409576278f82e99f0a9a911c41 (diff)
downloadrockbox-d9cda30add87ace4a74d0a7c06a85960a5833d06.tar.gz
rockbox-d9cda30add87ace4a74d0a7c06a85960a5833d06.zip
Add help string for Gigabeat. Fixes a warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10704 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/minesweeper.c')
-rw-r--r--apps/plugins/minesweeper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index dfb26626f8..fb59865ee4 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -417,7 +417,8 @@ enum minesweeper_status menu( void )
417#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) \ 417#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) \
418 || (CONFIG_KEYPAD == IRIVER_H300_PAD ) \ 418 || (CONFIG_KEYPAD == IRIVER_H300_PAD ) \
419 || (CONFIG_KEYPAD == IPOD_4G_PAD) \ 419 || (CONFIG_KEYPAD == IPOD_4G_PAD) \
420 || (CONFIG_KEYPAD == IPOD_3G_PAD) 420 || (CONFIG_KEYPAD == IPOD_3G_PAD) \
421 || (CONFIG_KEYPAD == GIGABEAT_PAD)
421 "SELECT to start" 422 "SELECT to start"
422#elif CONFIG_KEYPAD == IAUDIO_X5_PAD 423#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
423 "REC to start" 424 "REC to start"