Fixed OS X compiler warning.

This commit is contained in:
Tomasz Slanina 2010-09-30 23:37:57 +00:00
parent fb279c038a
commit 515f174659

View File

@ -6840,7 +6840,7 @@ static WRITE16_HANDLER( isgsm_data_w )
for (int i=0;i<bytes_to_write;i++)
{
UINT8 byte;
UINT8 byte=0;
if (isgsm_mode&0x8)
{