Fix warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9760 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Brandon Low 2006-04-22 14:53:00 +00:00
parent 4194990d73
commit c71ad7ea7f

View file

@ -2662,7 +2662,7 @@ void audio_set_crossfade(int enable)
{
size_t size;
bool was_playing = playing;
int offset = 0;
size_t offset = 0;
int seconds = 1;
if (!filebuf)