Update of /cvsroot/xine/xine-lib/src/combined
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31601

Modified Files:
        decoder_wavpack.c 
Log Message:
Remove a pointless else clause.


Index: decoder_wavpack.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/combined/decoder_wavpack.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- decoder_wavpack.c   25 Feb 2007 17:52:16 -0000      1.9
+++ decoder_wavpack.c   25 Feb 2007 17:53:51 -0000      1.10
@@ -274,8 +274,7 @@
        WavpackCloseFile(ctx);
        this->buf_pos = 0;
       }
-    } else
-      return;
+    }
 }
 
 static void wavpack_dispose (audio_decoder_t *this_gen) {


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to