From 4689ba9cc6ddfbe4f99ddeab3bd3d250d428fcc8 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Tue, 29 Dec 2009 17:27:37 +0100 Subject: README/LICENSE updates --- Source/Kernel/DeviceManager/Kbd.ns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source') diff --git a/Source/Kernel/DeviceManager/Kbd.ns.cpp b/Source/Kernel/DeviceManager/Kbd.ns.cpp index 58dbe6e..b6d8df9 100644 --- a/Source/Kernel/DeviceManager/Kbd.ns.cpp +++ b/Source/Kernel/DeviceManager/Kbd.ns.cpp @@ -7,7 +7,7 @@ #include #include -//Whatever built-in keymap we want to use should go here. notice without this line, melon dies. +//Whatever built-in keymap we want to use should go here. notice that without this line, melon dies. #include #define SETKM(a, b) memcpy((u8int*)a, (u8int*)b, 128 * sizeof(WChar));; -- cgit v1.2.3