changeset 1792:662780b00ceb libavformat

100l
author bcoudurier
date Wed, 14 Feb 2007 11:23:11 +0000
parents 0523fb44aa72
children 951d219ab67b
files aiff.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aiff.c	Wed Feb 14 11:18:34 2007 +0000
+++ b/aiff.c	Wed Feb 14 11:23:11 2007 +0000
@@ -91,7 +91,7 @@
     if (size & 1)
         size++;
     size -= res;
-    if (size);
+    if (size)
         url_fskip(pb, size);
 }