1
0
Fork 0
forked from len0rd/rockbox

Fix red, stupid typo

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28103 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-09-17 20:34:47 +00:00
parent f366090562
commit 95aae36c6c

View file

@ -104,7 +104,7 @@ MENUITEM_SETTING(depth_3d, &global_settings.depth_3d, NULL);
&crossfeed, &crossfeed_direct_gain, &crossfeed_cross_gain,
&crossfeed_hf_attenuation, &crossfeed_hf_cutoff);
#ifdef HAVE_PIUTCHSCREEN
#ifdef HAVE_PITCHSCREEN
static int timestretch_callback(int action,const struct menu_item_ex *this_item)
{
switch (action)