This commit is contained in:
Julian Barathieu 2020-01-20 20:05:03 +01:00
parent 057052244c
commit e8deefc741
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ static bool altPressed = 0;
static bool shiftPressed = 0;
static bool controlPressed = 0;
void KeybPrint(uchar _code)
static void KeybPrint(uchar _code)
{
uint code = (uint)_code;