- missing a comma!
This commit is contained in:
parent
c7d20d2a91
commit
4534c19e9e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user