summaryrefslogtreecommitdiff
path: root/lib/synthesis.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/synthesis.c')
-rw-r--r--lib/synthesis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/synthesis.c b/lib/synthesis.c
index 46fc1b80..5f6092c3 100644
--- a/lib/synthesis.c
+++ b/lib/synthesis.c
@@ -116,7 +116,7 @@ int vorbis_synthesis_trackonly(vorbis_block *vb,ogg_packet *op){
if(!ci->mode_param[mode]){
return(OV_EBADPACKET);
}
-
+
vb->W=ci->mode_param[mode]->blockflag;
if(vb->W){
vb->lW=oggpack_read(opb,1);