Index: m_config.h =================================================================== RCS file: /cvsroot/mplayer/main/m_config.h,v retrieving revision 1.6 diff -u -r1.6 m_config.h --- m_config.h 30 Aug 2004 17:36:48 -0000 1.6 +++ m_config.h 31 Aug 2004 07:20:40 -0000 @@ -11,8 +11,8 @@ int lvl; // we have to store other datatypes in this as well, // so make sure we get properly aligned addresses - __attribute__ ((aligned (8))) - unsigned char data[0]; + unsigned char data[0] + __attribute__ ((aligned (8))); }; struct m_config_option {