Changeset f802543426dafb0c5c1d833d27c038ef925c4b23
- 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
| r973f2f0 |
rf802543 |
|
| 495 | 495 | /* VLC_OBJECT: attempt at doing a clever cast */ |
|---|
| 496 | 496 | #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) |
|---|
| 498 | 498 | |
|---|
| 499 | 499 | #define VLC_GC_MEMBERS \ |
|---|