[vlc-devel] [PATCH] input: VLC_COMMON_MEMBERS should not use a semicolon
Steve Lhomme
robux4 at gmail.com
Tue Jan 26 16:21:13 CET 2016
From: Steve Lhomme <slhomme at matroska.org>
---
src/input/input_internal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/input/input_internal.h b/src/input/input_internal.h
index 249ef2e..b68bec7 100644
--- a/src/input/input_internal.h
+++ b/src/input/input_internal.h
@@ -40,7 +40,7 @@
/* input_source_t: gathers all information per input source */
typedef struct
{
- VLC_COMMON_MEMBERS;
+ VLC_COMMON_MEMBERS
demux_t *p_demux; /**< Demux plugin instance */
--
2.6.1.windows.1
More information about the vlc-devel
mailing list