vlc | branch: master | Eric Engestrom <[email protected]> | Sat Apr 2 15:43:25 2016 +0100| [ee66d7a9e2ca53f2c46f37f34b94bcdfb73cc9cb] | committer: Rémi Denis-Courmont
misc: remove `break` after `return` Signed-off-by: Eric Engestrom <[email protected]> Signed-off-by: Rémi Denis-Courmont <[email protected]> > 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 ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
