1
0
Fork 0
forked from len0rd/rockbox

Fix silly typo in comment, but nothing more.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21318 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2009-06-17 11:30:34 +00:00
parent 6264941776
commit bb8244a176

View file

@ -266,7 +266,7 @@ void sound_set_pitch(int permille)
static void tdspeed_setup(struct dsp_config *dspc)
{
/* Assume timestretch will not not be used */
/* Assume timestretch will not be used */
dspc->tdspeed_active = false;
sample_buf = small_sample_buf;
resample_buf = small_resample_buf;