- missing a comma!

This commit is contained in:
Bryce Denney 2001-04-10 01:47:26 +00:00
parent c7d20d2a91
commit 4534c19e9e
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ bx_gui_c::clear_screen(void)
void
bx_gui_c::text_update(Bit8u *old_text, Bit8u *new_text,
unsigned long cursor_x, unsigned long cursor_y
unsigned long cursor_x, unsigned long cursor_y,
unsigned nrows)
{
UNUSED(old_text);