From 97fc699b12a70249142314f638dc825c5ebe5303 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Thu, 15 Dec 2011 19:42:21 +0000 Subject: typo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31286 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/as3525/tuner-as3525v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/target/arm/as3525/tuner-as3525v2.c b/firmware/target/arm/as3525/tuner-as3525v2.c index cb2afe10d4..a490217254 100644 --- a/firmware/target/arm/as3525/tuner-as3525v2.c +++ b/firmware/target/arm/as3525/tuner-as3525v2.c @@ -36,6 +36,6 @@ int tuner_detect_type(void) return RDA5802; } #endif - return RDA5082; /* returning 0 freezes the player : FS#11791 */ + return RDA5802; /* returning 0 freezes the player : FS#11791 */ } #endif -- cgit v1.2.3