diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-02-15 20:10:50 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-02-15 20:10:50 +0000 |
| commit | e3abdb1a52a2e9ae7469a6ce1b0e5900ac58d89b (patch) | |
| tree | 24659c17ed31eac362056253392c960898540899 /apps/plugins/test_codec.c | |
| parent | 237ca504e12c06a5cfa7cd0fb9d9c672dc588f1c (diff) | |
| download | rockbox-e3abdb1a52a2e9ae7469a6ce1b0e5900ac58d89b.zip rockbox-e3abdb1a52a2e9ae7469a6ce1b0e5900ac58d89b.tar.gz rockbox-e3abdb1a52a2e9ae7469a6ce1b0e5900ac58d89b.tar.bz2 rockbox-e3abdb1a52a2e9ae7469a6ce1b0e5900ac58d89b.tar.xz | |
Undo unwanted commit r29310.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29311 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/test_codec.c')
| -rw-r--r-- | apps/plugins/test_codec.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) |