[vlc-commits] misc: remove `break` after `return`

Eric Engestrom git at videolan.org
Sat Apr 2 17:13:33 CEST 2016


vlc | branch: master | Eric Engestrom <eric at engestrom.ch> | Sat Apr  2 15:43:25 2016 +0100| [ee66d7a9e2ca53f2c46f37f34b94bcdfb73cc9cb] | committer: Rémi Denis-Courmont

misc: remove `break` after `return`

Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

 modules/misc/rtsp.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/misc/rtsp.c b/modules/misc/rtsp.c
index 5f22356..cb0d218 100644
--- a/modules/misc/rtsp.c
+++ b/modules/misc/rtsp.c
@@ -1475,7 +1475,6 @@ static int RtspCallbackES( httpd_callback_sys_t *p_args, httpd_client_t *cl,
 
         default:
             return VLC_EGENERIC;
-            break;
     }
 
     httpd_MsgAdd( answer, "Server", "VLC/%s", VERSION );



More information about the vlc-commits mailing list