summaryrefslogtreecommitdiff
path: root/usr.bin/mg/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/grep.c')
-rw-r--r--usr.bin/mg/grep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mg/grep.c b/usr.bin/mg/grep.c
index cde858db38c..b18808f034b 100644
--- a/usr.bin/mg/grep.c
+++ b/usr.bin/mg/grep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: grep.c,v 1.43 2015/03/19 21:22:15 bcallah Exp $ */
+/* $OpenBSD: grep.c,v 1.44 2015/03/19 21:48:05 bcallah Exp $ */
/* This file is in the public domain */
@@ -40,9 +40,9 @@ static PF compile_pf[] = {
compile_goto_error
};
-static struct KEYMAPE (1 + IMAPEXT) compilemap = {
+static struct KEYMAPE (1) compilemap = {
+ 1,
1,
- 1 + IMAPEXT,
rescan,
{
{ CCHR('M'), CCHR('M'), compile_pf, NULL }