diff dv.c @ 3278:1de87c1b6a12 libavformat

Remove unnecessary parentheses from return calls.
author diego
date Tue, 06 May 2008 09:16:36 +0000
parents d52c718e83f9
children 6f61c3b36632
line wrap: on
line diff
--- a/dv.c	Mon May 05 09:17:56 2008 +0000
+++ b/dv.c	Tue May 06 09:16:36 2008 +0000
@@ -87,7 +87,7 @@
           return NULL;
     }
 
-    return (frame[offs] == t ? &frame[offs] : NULL);
+    return frame[offs] == t ? &frame[offs] : NULL;
 }
 
 /*