From 6f8b63ca1226415ab2e15f0a51746f46ec2e532e Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Mon, 7 Jul 2008 15:30:51 +0000 Subject: #if and #ifdef are slightly different. Use the correct one git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17981 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 4b0efa9ea4..4bcc144ed8 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -56,7 +56,7 @@ text_editor.c wavview.c robotfindskitten.c -#if HAVE_LCD_COLOR +#ifdef HAVE_LCD_COLOR ppmviewer.c #endif -- cgit v1.2.3