diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2009-07-23 04:38:34 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2009-07-23 04:38:34 +0000 |
| commit | a883edf48e0b023006b14b89d317e6c41143891b (patch) | |
| tree | 1b0217d865b18b0c83e985e7cca117a0c78214e4 /apps/plugins/bitmaps/native | |
| parent | 8902404318ca02b68b6851892515ba417169fa6c (diff) | |
| download | rockbox-a883edf48e0b023006b14b89d317e6c41143891b.zip rockbox-a883edf48e0b023006b14b89d317e6c41143891b.tar.gz rockbox-a883edf48e0b023006b14b89d317e6c41143891b.tar.bz2 rockbox-a883edf48e0b023006b14b89d317e6c41143891b.tar.xz | |
Forgot to update sources for last revision (r22009)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22010 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 75fe5c0..86e2785 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -720,7 +720,7 @@ superdom_boarditems.220x176x16.bmp superdom_boarditems.176x132x16.bmp #elif (LCD_WIDTH == 320 && LCD_HEIGHT == 240) superdom_boarditems.320x240x16.bmp -#elif (LCD_WIDTH == 240 && LCD_HEIGHT >= 320) +#elif (LCD_WIDTH == 240 && LCD_HEIGHT == 320) superdom_boarditems.240x320x16.bmp #elif (LCD_WIDTH == 480 && LCD_HEIGHT == 640) superdom_boarditems.480x640x16.bmp |