From 6a4fcecaed18d1e938c6b0fbb9bb535eebeebae5 Mon Sep 17 00:00:00 2001 From: albeu Date: Fri, 14 Mar 2003 17:50:58 +0000 Subject: 10L git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9587 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm_struct.h') 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))) -- cgit v1.2.3