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.tar.gz
rockbox-7d1df5bee39b1241f4d3d778c31ffba97a288365.zip
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 021f45674f..eb05d8a46f 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -32,7 +32,7 @@ snake.c
32snake2.c 32snake2.c
33snow.c 33snow.c
34sokoban.c 34sokoban.c
35#ifndef CONFIG_KEYPAD != IRIVER_H100_PAD 35#if CONFIG_KEYPAD != IRIVER_H100_PAD
36/* just because it isn't fixed yet to deal with this keymap */ 36/* just because it isn't fixed yet to deal with this keymap */
37solitaire.c 37solitaire.c
38#endif 38#endif