1
0
Fork 0
forked from len0rd/rockbox

typos fixed...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7287 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michiel Van Der Kolk 2005-08-06 10:30:37 +00:00
parent 14e80671af
commit 4a271b6bc9

View file

@ -43,7 +43,7 @@
#endif #endif
#ifdef HAVE_UDA1380 #ifdef HAVE_UDA1380
#include "uda1380.h" #include "uda1380.h"
#eilf HAVE_TLV320 #elif HAVE_TLV320
#include "tlv320.h" #include "tlv320.h"
#endif #endif
#include "logf.h" #include "logf.h"
@ -905,7 +905,7 @@ void shutdown_hw(void)
mp3_shutdown(); mp3_shutdown();
#ifdef HAVE_UDA1380 #ifdef HAVE_UDA1380
uda1380_close(); uda1380_close();
#eilf HAVE_TLV320 #elif HAVE_TLV320
tlv320_close(); tlv320_close();
#endif #endif
#if CONFIG_KEYPAD == ONDIO_PAD #if CONFIG_KEYPAD == ONDIO_PAD