Commit f8025434 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

VLC_OBJECT: add missing parenthesis

parent ef04b504
...@@ -494,7 +494,7 @@ typedef struct vlc_object_internals_t vlc_object_internals_t; ...@@ -494,7 +494,7 @@ typedef struct vlc_object_internals_t vlc_object_internals_t;
/* VLC_OBJECT: attempt at doing a clever cast */ /* VLC_OBJECT: attempt at doing a clever cast */
#define VLC_OBJECT( x ) \ #define VLC_OBJECT( x ) \
((vlc_object_t *)(x))+0*(x)->be_sure_to_add_VLC_COMMON_MEMBERS_to_struct (((vlc_object_t *)(x))+0*(x)->be_sure_to_add_VLC_COMMON_MEMBERS_to_struct)
#define VLC_GC_MEMBERS \ #define VLC_GC_MEMBERS \
/** \name VLC_GC_MEMBERS \ /** \name VLC_GC_MEMBERS \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment