diff options
Diffstat (limited to 'usr.bin/mg/key.h')
-rw-r--r-- | usr.bin/mg/key.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/mg/key.h b/usr.bin/mg/key.h index 88e8bc1f1c7..b60c36f0b35 100644 --- a/usr.bin/mg/key.h +++ b/usr.bin/mg/key.h @@ -6,8 +6,8 @@ #define MAXKEY 8 /* maximum number of prefix chars */ -EXTERN struct { /* the chacter sequence in a key */ - int k_count; /* number of chars */ - KCHAR k_chars[MAXKEY]; /* chars */ -} key; +EXTERN struct { /* the chacter sequence in a key */ + int k_count; /* number of chars */ + KCHAR k_chars[MAXKEY]; /* chars */ +} key; #undef EXTERN |