[vlc-commits] asf: fix fall through comment

Rémi Denis-Courmont git at videolan.org
Thu Jun 29 22:34:56 CEST 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun 29 22:34:25 2017 +0300| [ac8ce0947e1aeae2876ce38f3421b55cf201e24e] | committer: Rémi Denis-Courmont

asf: fix fall through comment

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

 modules/demux/asf/asf.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/demux/asf/asf.c b/modules/demux/asf/asf.c
index 0654d8ab84..deaf02a968 100644
--- a/modules/demux/asf/asf.c
+++ b/modules/demux/asf/asf.c
@@ -546,8 +546,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
             *pb_bool = false;
             return VLC_SUCCESS;
         }
-        // ft
-
+        /* fall through */
     default:
         return demux_vaControlHelper( p_demux->s,
                                       __MIN( INT64_MAX, p_sys->i_data_begin ),



More information about the vlc-commits mailing list