1
0
Fork 0
forked from len0rd/rockbox

#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
This commit is contained in:
Frank Gevaerts 2008-07-07 15:30:51 +00:00
parent 85788598ac
commit 6f8b63ca12

View file

@ -56,7 +56,7 @@ text_editor.c
wavview.c
robotfindskitten.c
#if HAVE_LCD_COLOR
#ifdef HAVE_LCD_COLOR
ppmviewer.c
#endif