Changeset f802543426dafb0c5c1d833d27c038ef925c4b23

Show
Ignore:
Timestamp:
05/07/08 19:58:36 (2 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1210183116 +0300
git-parent:

[ef04b504e982994a09e755c45e692d96a5f08c6e]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1210183085 +0300
Message:

VLC_OBJECT: add missing parenthesis

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc_common.h

    r973f2f0 rf802543  
    495495/* VLC_OBJECT: attempt at doing a clever cast */ 
    496496#define VLC_OBJECT( x ) \ 
    497     ((vlc_object_t *)(x))+0*(x)->be_sure_to_add_VLC_COMMON_MEMBERS_to_struct 
     497    (((vlc_object_t *)(x))+0*(x)->be_sure_to_add_VLC_COMMON_MEMBERS_to_struct) 
    498498 
    499499#define VLC_GC_MEMBERS                                                       \