[vlc-devel] [PATCH 3/5] misc: remove `break` after `return`

Eric Engestrom eric at engestrom.ch
Sat Apr 2 16:43:25 CEST 2016


Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
 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 );
-- 
2.8.0



More information about the vlc-devel mailing list