[vlc-devel] [PATCH] vlc_stream_extractor: remove extra coma for VLC_COMMON_MEMBERS
Filip Roséen
filip at atch.se
Tue Mar 14 15:25:26 CET 2017
Hi Steve,
On 2017-03-14 15:17, Steve Lhomme wrote:
> 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
Not that it is actually required, but; *LGTM*.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170314/18660152/attachment.html>
More information about the vlc-devel
mailing list