From 1bc3964f96752f3567b681617bf87c5078c893f0 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Wed, 24 Dec 2014 00:05:31 +0100 Subject: Fix compilation error. Change-Id: Ic565444bf1df955703dfe91adaf3094e8ab9b990 --- apps/plugins/SUBDIRS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 4b4015be08..d02073e29d 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 -- cgit v1.2.3