Fixed a typo. (Thanks Jeff!)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29587 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2011-03-14 15:01:11 +00:00
parent e50cc0e3d7
commit 9c41252d77

View file

@ -1834,7 +1834,7 @@ static void audio_play_start(size_t offset)
ci.seek_time = 0;
wps_offset = 0;
#ifndef PLAFORM_HAS_VOLUME_CHANGE
#ifndef PLATFORM_HAS_VOLUME_CHANGE
sound_set_volume(global_settings.volume);
#endif
track_widx = track_ridx = 0;