git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5a3869
)
Debug
author
John Hodge
<
[email protected]
>
Sun, 27 Sep 2009 09:33:59 +0000
(17:33 +0800)
committer
John Hodge
<
[email protected]
>
Sun, 27 Sep 2009 09:33:59 +0000
(17:33 +0800)
Kernel/drv/kb.c
patch
|
blob
|
history
diff --git
a/Kernel/drv/kb.c
b/Kernel/drv/kb.c
index
810ea8f
..
9a41728
100644
(file)
--- a/
Kernel/drv/kb.c
+++ b/
Kernel/drv/kb.c
@@
-111,7
+111,7
@@
void KB_IRQHandler()
Warning("UNK %i %x", giKB_KeyLayer, scancode);
if(keyNum > 128)
- Log("keyNum = %i\n");
+ Log("keyNum = %i\n"
, keyNum
);
// Reset Layer
giKB_KeyLayer = 0;
UCC
git Repository :: git.ucc.asn.au