summaryrefslogtreecommitdiff
path: root/keymaps.c
diff options
context:
space:
mode:
Diffstat (limited to 'keymaps.c')
-rw-r--r--keymaps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymaps.c b/keymaps.c
index 9359749..c73666b 100644
--- a/keymaps.c
+++ b/keymaps.c
@@ -124,7 +124,7 @@ rl_make_keymap ()
/* Free the storage associated with MAP. */
void
rl_discard_keymap (map)
- Keymap (map);
+ Keymap map;
{
int i;