From 7d1df5bee39b1241f4d3d778c31ffba97a288365 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 4 Feb 2005 12:50:50 +0000 Subject: fix syntax git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5785 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') 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 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 -- cgit v1.2.3