[vlc-commits] xcb: fix fall through annotation
Rémi Denis-Courmont
git at videolan.org
Thu Jun 29 22:34:48 CEST 2017
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun 29 22:30:51 2017 +0300| [2d22cbcc66399688d6c8d39048927ce98cc05618] | committer: Rémi Denis-Courmont
xcb: fix fall through annotation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d22cbcc66399688d6c8d39048927ce98cc05618
---
modules/video_output/xcb/pictures.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/modules/video_output/xcb/pictures.c b/modules/video_output/xcb/pictures.c
index fd82e13846..547e41e15e 100644
--- a/modules/video_output/xcb/pictures.c
+++ b/modules/video_output/xcb/pictures.c
@@ -126,8 +126,7 @@ int XCB_picture_Alloc (vout_display_t *vd, picture_resource_t *res,
if (vlc_xcb_error_Check(vd, conn, "same error on retry",
ck) == 0)
break;
- /* fall through */
- }
+ } /* fall through */
default:
msg_Info (vd, "using buggy X11 server - SSH proxying?");
More information about the vlc-commits
mailing list