diff options
| author | Robert Kukla <roolku@rockbox.org> | 2008-03-02 10:37:02 +0000 |
|---|---|---|
| committer | Robert Kukla <roolku@rockbox.org> | 2008-03-02 10:37:02 +0000 |
| commit | 6b3a493dcdd88269048867e66117f55e64ab3405 (patch) | |
| tree | 6a93bea0d6b3c289a742ad13e398b895f56753d9 /apps/plugins/bitmaps/native/SOURCES | |
| parent | d3f9dae488ff4e889b9f2cc52e5f9b4974a61407 (diff) | |
| download | rockbox-6b3a493dcdd88269048867e66117f55e64ab3405.zip rockbox-6b3a493dcdd88269048867e66117f55e64ab3405.tar.gz rockbox-6b3a493dcdd88269048867e66117f55e64ab3405.tar.bz2 rockbox-6b3a493dcdd88269048867e66117f55e64ab3405.tar.xz | |
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16476 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
| -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 d98e147..40ed6b0 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -237,7 +237,7 @@ flipit_tokens.25x50x2.bmp #else /* monochrome */ #if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122 flipit_tokens.28x56x1.bmp -#if LCD_WIDTH >= 80 && LCD_HEIGHT >= 62 +#elif LCD_WIDTH >= 80 && LCD_HEIGHT >= 62 flipit_tokens.16x26x1.bmp #endif #endif |