diff options
author | Will Robertson <aliask@rockbox.org> | 2007-08-02 13:50:41 +0000 |
---|---|---|
committer | Will Robertson <aliask@rockbox.org> | 2007-08-02 13:50:41 +0000 |
commit | 83c003dbcc90679a0e39d5903970dbe804eef91f (patch) | |
tree | 2c52c734b6fd3529652484ad73c175cbed716ae4 /apps | |
parent | cc57190a429ed770032451a864ebd081185c6b8f (diff) |
Fixed good and proper this time. Hopefully...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14147 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/SOURCES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index eb794296c6..96a7ebec2d 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -133,7 +133,7 @@ iriver_flash.c #endif #endif /* iFP7xx */ -#if (LCD_WIDTH > 128) -/* Built for all bitmap targets except H10 5/6gb, Archoses, and ifp */ +#if (LCD_WIDTH > 138) +/* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini and ifp */ superdom.c #endif |