Sean Barrett 5 years ago
parent
commit
fb1cea02f8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      stb_vorbis.c

+ 0 - 1
stb_vorbis.c

@@ -1604,7 +1604,6 @@ static uint32 get_bits(vorb *f, int n)
    }
 
    assert(f->valid_bits >= n);
-   
    z = f->acc & ((1 << n)-1);
    f->acc >>= n;
    f->valid_bits -= n;