summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c
index d56428b1..a3cb0bea 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -236,7 +236,7 @@ key_bindings_init(void)
if (error != 0)
fatalx("bad default key");
cmdq_run(cmdq, cmdlist, NULL);
- cmd_list_free (cmdlist);
+ cmd_list_free(cmdlist);
}
cmdq_free(cmdq);
}