[vlc-commits] input: VLC_COMMON_MEMBERS should not use a semicolon
Steve Lhomme
git at videolan.org
Tue Jan 26 19:39:24 CET 2016
vlc | branch: master | Steve Lhomme <slhomme at matroska.org> | Tue Jan 26 16:21:13 2016 +0100| [34506cb8ddc0c335019e4fac30d34b6e105d8a99] | committer: Rémi Denis-Courmont
input: VLC_COMMON_MEMBERS should not use a semicolon
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=34506cb8ddc0c335019e4fac30d34b6e105d8a99
---
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 */
More information about the vlc-commits
mailing list