[vlc-devel] [PATCH 1/2] vlc_stream_extractor: remove extra coma for VLC_COMMON_MEMBERS
Steve Lhomme
robux4 at videolabs.io
Mon Dec 12 09:12:33 CET 2016
From: Steve Lhomme <robux4 at gmail.com>
it is not set in other places and some compilers don't like a stray coma.
---
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 9045264..36bbd13 100644
--- a/include/vlc_stream_extractor.h
+++ b/include/vlc_stream_extractor.h
@@ -43,7 +43,7 @@ extern "C" {
*
**/
struct stream_extractor_t {
- VLC_COMMON_MEMBERS;
+ VLC_COMMON_MEMBERS
union {
/**
--
2.10.1
More information about the vlc-devel
mailing list