diff options
author | Steve Bavin <pondlife@pondlife.me> | 2009-06-16 07:10:05 +0000 |
---|---|---|
committer | Steve Bavin <pondlife@pondlife.me> | 2009-06-16 07:10:05 +0000 |
commit | d6ad019af3ebb38a026821f7c34fe1c8818f14e6 (patch) | |
tree | 275c174ede94dd27b6c8fd63d0e04097355eefb7 /apps/menus | |
parent | e3cb71d6b1f84805e8b92d7397cf63fde01f7b4e (diff) |
Renamed routines and changed comments for clarity.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21309 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/menus')
-rw-r--r-- | apps/menus/sound_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/sound_menu.c b/apps/menus/sound_menu.c index bfba8171da..1723d9779e 100644 --- a/apps/menus/sound_menu.c +++ b/apps/menus/sound_menu.c @@ -94,7 +94,7 @@ static int timestretch_callback(int action,const struct menu_item_ex *this_item) switch (action) { case ACTION_EXIT_MENUITEM: /* on exit */ - if (global_settings.timestretch_enabled && !dsp_timestretch_enabled()) + if (global_settings.timestretch_enabled && !dsp_timestretch_available()) splash(HZ*2, ID2P(LANG_PLEASE_REBOOT)); break; } |