[vlc-commits] vlc_stream_extractor: remove extra coma for VLC_COMMON_MEMBERS

Steve Lhomme git at videolan.org
Mon Dec 12 10:37:20 CET 2016


vlc | branch: master | Steve Lhomme <robux4 at gmail.com> | Mon Dec 12 09:12:33 2016 +0100| [cefae03d0c06961327ea69acb6423cdfa2d73987] | committer: Thomas Guillem

vlc_stream_extractor: remove extra coma for VLC_COMMON_MEMBERS

it is not set in other places and some compilers don't like a stray coma.

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cefae03d0c06961327ea69acb6423cdfa2d73987
---

 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 {
         /**



More information about the vlc-commits mailing list