added missing file

This commit is contained in:
Markus Fröschle
2013-12-30 07:47:21 +00:00
parent 14ac39a052
commit e0f91ee339
3 changed files with 969 additions and 20 deletions

View File

@@ -189,7 +189,7 @@ void x86emu_decode_printf2 (char *x, int y)
while (p[0] != 0)
p++;
}
else if (x[0]=='%' && x[1]=='x')
else if (x[0] == '%' && x[1] == 'x')
{
x += 2;
*p++ = '0';