Fix compile error (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2012-10-20 09:22:27 +00:00
parent 3a484722a2
commit 3fc16d58a5

View File

@ -103,7 +103,7 @@ UINT32 cops_state::screen_update( screen_device &screen, bitmap_ind16 &bitmap, c
ledtext[i] = m_maincpu->space(AS_PROGRAM).read_byte(0x64 + i);
}
ledtext[16] = 0;
popmessage(ledtext);
popmessage("%s",ledtext);
return 0;
}