diff options
Diffstat (limited to 'readline/keymaps.c')
-rw-r--r-- | readline/keymaps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readline/keymaps.c b/readline/keymaps.c index 9359749..c73666b 100644 --- a/readline/keymaps.c +++ b/readline/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; |