Преглед изворни кода

Fixed small warning

Fixed small warning about unused local variable.
Nathan Bowhay пре 11 година
родитељ
комит
e3dc606623
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Engine/lib/libvorbis/lib/codebook.c

+ 1 - 1
Engine/lib/libvorbis/lib/codebook.c

@@ -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;