From 988d4e8e3b05a0f528a6ebbc70256c9418312692 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Sat, 26 Jan 2008 00:37:24 +0000 Subject: Fix the errors and warnings from the previous commit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16169 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/bitmaps/native') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 73ee211..c9675d6 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -551,7 +551,7 @@ matrix_normal.bmp sliding_puzzle.80x80x16.bmp #elif (LCD_WIDTH==128 || LCD_HEIGHT==128) sliding_puzzle.128x128x16.bmp -#elif (LCD_WIDTH==176 || LCD_WIDTH==176) +#elif (LCD_WIDTH==176 || LCD_HEIGHT==176) sliding_puzzle.176x176x16.bmp #elif (LCD_WIDTH==240 || LCD_HEIGHT==240) sliding_puzzle.240x240x16.bmp -- cgit v1.1