summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-04 12:50:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-04 12:50:50 +0000
commit7d1df5bee39b1241f4d3d778c31ffba97a288365 (patch)
tree56653868c19c361b57472f9867734d1ee4533551 /apps/plugins
parent6700ad8f206d0beba92e22680504ae6ba2b7d74c (diff)
downloadrockbox-7d1df5bee39b1241f4d3d778c31ffba97a288365.zip
rockbox-7d1df5bee39b1241f4d3d778c31ffba97a288365.tar.gz
rockbox-7d1df5bee39b1241f4d3d778c31ffba97a288365.tar.bz2
rockbox-7d1df5bee39b1241f4d3d778c31ffba97a288365.tar.xz
fix syntax
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5785 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 021f456..eb05d8a 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -32,7 +32,7 @@ snake.c
snake2.c
snow.c
sokoban.c
-#ifndef CONFIG_KEYPAD != IRIVER_H100_PAD
+#if CONFIG_KEYPAD != IRIVER_H100_PAD
/* just because it isn't fixed yet to deal with this keymap */
solitaire.c
#endif