[vlc-devel] [PATCH] vlc_stream_extractor: remove extra coma for VLC_COMMON_MEMBERS
Steve Lhomme
robux4 at videolabs.io
Tue Mar 14 15:17:12 CET 2017
From: Steve Lhomme <slhomme at matroska.org>
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 b1782dc2ac..bc90879016 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
--
2.11.1
More information about the vlc-devel
mailing list