vlc | branch: master | Rémi Duraffort <[email protected]> | Sun Oct 20 
09:13:55 2013 +0200| [4acd8ebbc8279146e77ce12372d796a897842a1f] | committer: 
Rémi Duraffort

Cosmetics (and help static analyzers)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4acd8ebbc8279146e77ce12372d796a897842a1f
---

 modules/access/dtv/en50221.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/access/dtv/en50221.c b/modules/access/dtv/en50221.c
index 659dd17..715b237 100644
--- a/modules/access/dtv/en50221.c
+++ b/modules/access/dtv/en50221.c
@@ -285,9 +285,9 @@ static int TPDUSend( cam_t * p_cam, uint8_t i_slot, uint8_t 
i_tag,
 
         if ( i_length )
             memcpy( p, p_content, i_length );
-            i_size = i_length + (p - p_data);
-        }
+        i_size = i_length + (p - p_data);
         break;
+    }
 
     default:
         break;

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to