forked from len0rd/rockbox
Fixed one warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6878 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d8cb703b1e
commit
65b840dbd1
1 changed files with 2 additions and 3 deletions
|
|
@ -535,11 +535,10 @@ void codec_configure_callback(int setting, void *value)
|
|||
ci.audiobuffer_insert = pcm_insert_buffer;
|
||||
break ;
|
||||
|
||||
#ifndef SIMULATOR
|
||||
default:
|
||||
if (!dsp_configure(setting, value))
|
||||
if (!dsp_configure(setting, value)) {
|
||||
logf("Illegal key: %d", setting);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue