From e3abdb1a52a2e9ae7469a6ce1b0e5900ac58d89b Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Tue, 15 Feb 2011 20:10:50 +0000 Subject: Undo unwanted commit r29310. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29311 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/test_codec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugins/test_codec.c') diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 56aedda..9b00fdb 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -883,7 +883,8 @@ menu: boost_settings, 2, NULL); goto menu; } - rb->cpu_boost(boost ? true: false); + if(boost) + rb->cpu_boost(true); #endif if (result == QUIT) -- cgit v1.1