[vlc-commits] vlc_stream_extractor: remove extra comma for VLC_COMMON_MEMBERS
Steve Lhomme
git at videolan.org
Wed Mar 15 19:17:29 CET 2017
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | 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 <jb at videolan.org>
> 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
More information about the vlc-commits
mailing list