diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2014-12-24 00:05:31 +0100 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2014-12-24 00:05:31 +0100 |
| commit | 1bc3964f96752f3567b681617bf87c5078c893f0 (patch) | |
| tree | 9675bc2a14d9e03ee2b1f42ada4a332df730aaac /apps/plugins | |
| parent | 33cb13dee5a527ac445ea1b13d42723e4eb3e3b0 (diff) | |
| download | rockbox-1bc3964f96752f3567b681617bf87c5078c893f0.zip rockbox-1bc3964f96752f3567b681617bf87c5078c893f0.tar.gz rockbox-1bc3964f96752f3567b681617bf87c5078c893f0.tar.bz2 rockbox-1bc3964f96752f3567b681617bf87c5078c893f0.tar.xz | |
Fix compilation error.
Change-Id: Ic565444bf1df955703dfe91adaf3094e8ab9b990
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SUBDIRS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 4b4015b..d02073e 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -13,7 +13,7 @@ clock #ifdef HAVE_LCD_BITMAP /* XWorld only supports color horizontal stride LCDs /for now/ ;) */ -#if (defined(HAVE_LCD_COLOR) && \ +#if defined(HAVE_LCD_COLOR) && \ (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE)) xworld #endif |