1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

VLC_OBJECT: add missing parenthesis

This commit is contained in:
Rémi Denis-Courmont 2008-05-07 20:58:05 +03:00
parent ef04b504e9
commit f802543426

View File

@ -494,7 +494,7 @@ typedef struct vlc_object_internals_t vlc_object_internals_t;
/* VLC_OBJECT: attempt at doing a clever cast */
#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 \
/** \name VLC_GC_MEMBERS \