[vlc-commits] demux: ttml: remove useless comma
Francois Cartegnie
git at videolan.org
Mon Jan 2 16:40:35 CET 2017
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Jan 2 14:29:59 2017 +0100| [e8025dd81b301c4137d0715b40cc4155b0821903] | committer: Francois Cartegnie
demux: ttml: remove useless comma
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e8025dd81b301c4137d0715b40cc4155b0821903
---
modules/demux/ttml.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/ttml.c b/modules/demux/ttml.c
index e977d8a..b09268d 100644
--- a/modules/demux/ttml.c
+++ b/modules/demux/ttml.c
@@ -44,7 +44,7 @@ vlc_module_begin ()
set_subcategory( SUBCAT_INPUT_DEMUX )
set_callbacks( Open, Close )
add_shortcut( "ttml", "subtitle" )
-vlc_module_end ();
+vlc_module_end ()
typedef struct
More information about the vlc-commits
mailing list