diff options
| author | Antoine Cellerier <dionoea@videolan.org> | 2006-08-13 20:54:24 +0000 |
|---|---|---|
| committer | Antoine Cellerier <dionoea@videolan.org> | 2006-08-13 20:54:24 +0000 |
| commit | c1703c3eed9716e6f08523f5bd47a73270b6e108 (patch) | |
| tree | f43d09dbaca4946b6424e4fa0eca5ed7487f991f /apps/plugins | |
| parent | e2a73dc3895d2f2457cf6397def93773f15050d9 (diff) | |
| download | rockbox-c1703c3eed9716e6f08523f5bd47a73270b6e108.zip rockbox-c1703c3eed9716e6f08523f5bd47a73270b6e108.tar.gz rockbox-c1703c3eed9716e6f08523f5bd47a73270b6e108.tar.bz2 rockbox-c1703c3eed9716e6f08523f5bd47a73270b6e108.tar.xz | |
Remove 3G compile warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10563 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/minesweeper.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index 317a969..8479bcb 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -416,7 +416,8 @@ enum minesweeper_status menu( void ) "MODE to start" #elif (CONFIG_KEYPAD == IRIVER_H100_PAD) \ || (CONFIG_KEYPAD == IRIVER_H300_PAD ) \ - || (CONFIG_KEYPAD == IPOD_4G_PAD) + || (CONFIG_KEYPAD == IPOD_4G_PAD) \ + || (CONFIG_KEYPAD == IPOD_3G_PAD) "SELECT to start" #elif CONFIG_KEYPAD == IAUDIO_X5_PAD "REC to start" |