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:
parent
e50cc0e3d7
commit
9c41252d77
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue