From b208e3c37209a35caabe67c1cd561cf9d52088b9 Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 18 May 2017 13:47:11 +0000 Subject: [PATCH] git-svn-id: https://spexeah.com:8443/svn/Asuro@98 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c --- src/drivers/keyboard.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/keyboard.pas b/src/drivers/keyboard.pas index 9ccc8804..dc0fc057 100644 --- a/src/drivers/keyboard.pas +++ b/src/drivers/keyboard.pas @@ -39,7 +39,7 @@ procedure lang_USA(); implementation -procedure init(pchar : keyboard_layout); +procedure init(keyboard_layout : pchar); begin memset(uint32(@key_matrix[0]), 0, sizeof(TKeyInfo)*256); memset(uint32(@key_buffer), 0, sizeof(TKeyInfo)*128);