Skip to content

Commit

Permalink
fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adsr committed Feb 9, 2024
1 parent 7fa1833 commit 95a9506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ void draw_key(struct key *k, uint16_t fg, uint16_t bg)
}
}

void draw_keyboard()
void draw_keyboard(void)
{
int i;
tb_set_cell(0, 0, 0x250C, TB_WHITE, TB_DEFAULT);
Expand Down

0 comments on commit 95a9506

Please sign in to comment.