diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-22 12:42:35 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-22 12:42:35 +0000 |
commit | 1f8aaa89a9c80f8d156c13d7a8b64570db8d4736 (patch) | |
tree | c3c447e318d6aaaf3b85ce406204097be0de4832 /sys/arch/hp300/dev | |
parent | 799114b4c5142b056755c3635c0b9a4f4169cb70 (diff) |
Doh, typo in constant...
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r-- | sys/arch/hp300/dev/dnkbd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/dnkbd.c b/sys/arch/hp300/dev/dnkbd.c index 917c9454ed8..e6be7082f51 100644 --- a/sys/arch/hp300/dev/dnkbd.c +++ b/sys/arch/hp300/dev/dnkbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dnkbd.c,v 1.1 2005/04/22 11:59:11 miod Exp $ */ +/* $OpenBSD: dnkbd.c,v 1.2 2005/04/22 12:42:34 miod Exp $ */ /* * Copyright (c) 2005, Miodrag Vallat @@ -62,7 +62,7 @@ * Keyboard key codes */ -#define DNKEY_REPEAT 0x7e +#define DNKEY_REPEAT 0x7f #define DNKEY_RELEASE 0x80 #define DNKEY_CHANNEL 0xff |