summaryrefslogtreecommitdiffstats
path: root/m_struct.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-14 17:50:58 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-14 17:50:58 +0000
commit6a4fcecaed18d1e938c6b0fbb9bb535eebeebae5 (patch)
treea180df304e7fa8fbbc846842d544371dc468c2c5 /m_struct.h
parent91a54c2e9e7859e95f5a27e21fec95c245899d79 (diff)
downloadmpv-6a4fcecaed18d1e938c6b0fbb9bb535eebeebae5.tar.bz2
mpv-6a4fcecaed18d1e938c6b0fbb9bb535eebeebae5.tar.xz
10L
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9587 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_struct.h')
-rw-r--r--m_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_struct.h b/m_struct.h
index 02cda2a6bb..9bad9ca5c7 100644
--- a/m_struct.h
+++ b/m_struct.h
@@ -24,7 +24,7 @@ typedef struct m_struct_st {
#define M_ST_MB_P(struct_p, struct_offset) \
((void*) (struct_p) + (unsigned long) (struct_offset))
#define M_ST_MB(member_type, struct_p, struct_offset) \
- (*(member_type*) M_STRUCT_MEMBER_P ((struct_p), (struct_offset)))
+ (*(member_type*) M_ST_MB_P ((struct_p), (struct_offset)))