vlc | branch: master | Steve Lhomme <[email protected]> | Tue Mar 14 15:17:12 2017 +0100| [a94392a9d3100c774165c91ccd6856c71dce343f] | committer: Jean-Baptiste Kempf
vlc_stream_extractor: remove extra comma for VLC_COMMON_MEMBERS it is not set in other places and some compilers don't like a stray comma. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a94392a9d3100c774165c91ccd6856c71dce343f --- include/vlc_stream_extractor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_stream_extractor.h b/include/vlc_stream_extractor.h index b1782dc..bc90879 100644 --- a/include/vlc_stream_extractor.h +++ b/include/vlc_stream_extractor.h @@ -71,7 +71,7 @@ typedef struct stream_extractor_t { } stream_extractor_t; typedef struct stream_directory_t { - VLC_COMMON_MEMBERS; + VLC_COMMON_MEMBERS /** * \name Callbacks for stream directories _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
