Fix compiler warning

This commit is contained in:
Rémi Denis-Courmont 2005-07-08 18:45:05 +00:00
parent 85b29bdc28
commit 3f0b1c5a5e
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ struct demux_sys_t
typedef struct xa_header_t
{
uint8_t xa_id[4];
char xa_id[4];
uint32_t iSize;
uint16_t wFormatTag;