From 162bf39665bc240e4a19d2f055121b5943e2f473 Mon Sep 17 00:00:00 2001 From: Hardeep Sidhu Date: Thu, 11 Dec 2003 18:26:32 +0000 Subject: Fixed incorrect #ifdef for .ucl and .ajz files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4126 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/tree.c b/apps/tree.c index 25f4434ef5..a173b9095a 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -84,7 +84,7 @@ static struct { ".ch8", TREE_ATTR_CH8, -1 }, #endif #ifndef SIMULATOR -#ifdef ARCHOS_RECORDER +#ifdef HAVE_LCD_BITMAP { ".ucl", TREE_ATTR_UCL, Flashfile}, { ".ajz", TREE_ATTR_MOD, Mod_Ajz }, #else -- cgit v1.2.3