summaryrefslogtreecommitdiff
path: root/usr.bin/mg/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/keymap.c')
-rw-r--r--usr.bin/mg/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/keymap.c b/usr.bin/mg/keymap.c
index 41a82b81d77..5e0b4e933a5 100644
--- a/usr.bin/mg/keymap.c
+++ b/usr.bin/mg/keymap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: keymap.c,v 1.34 2005/10/13 06:20:25 kjell Exp $ */
+/* $OpenBSD: keymap.c,v 1.35 2005/10/13 20:28:49 deraadt Exp $ */
/* This file is in the public domain. */
@@ -446,7 +446,7 @@ static struct KEYMAPE (1 + IMAPEXT) overwmap = {
/*
* The basic (root) keyboard map
- */
+ */
MAPS fundamental_mode = { (KEYMAP *)&fundmap, "fundamental" };
/*