Fixed small warning

Fixed small warning about unused local variable.
This commit is contained in:
Nathan Bowhay 2015-02-03 15:07:12 -08:00
parent 50f875a2f5
commit e3dc606623

View file

@ -450,7 +450,7 @@ long vorbis_book_decodev_set(codebook *book,float *a,oggpack_buffer *b,int n){
}
}
}else{
int i,j;
int i;
for(i=0;i<n;){
a[i++]=0.f;