From 4a271b6bc9cb1b873829f2a5dac2a2d0394f0b6c Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Sat, 6 Aug 2005 10:30:37 +0000 Subject: [PATCH] typos fixed... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7287 a1c6a512-1295-4272-9138-f99709370657 --- firmware/powermgmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/powermgmt.c b/firmware/powermgmt.c index 6cd2fbdd3b..c3fa8cb45f 100644 --- a/firmware/powermgmt.c +++ b/firmware/powermgmt.c @@ -43,7 +43,7 @@ #endif #ifdef HAVE_UDA1380 #include "uda1380.h" -#eilf HAVE_TLV320 +#elif HAVE_TLV320 #include "tlv320.h" #endif #include "logf.h" @@ -905,7 +905,7 @@ void shutdown_hw(void) mp3_shutdown(); #ifdef HAVE_UDA1380 uda1380_close(); -#eilf HAVE_TLV320 +#elif HAVE_TLV320 tlv320_close(); #endif #if CONFIG_KEYPAD == ONDIO_PAD