From 2adc98f4da6f9778a2f19e639b2da19a26c3744e Mon Sep 17 00:00:00 2001 From: Simon Long Date: Fri, 14 Jun 2024 10:24:49 +0100 Subject: [PATCH] Typo --- src/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/action.c b/src/action.c index 152f04b4..135af253 100644 --- a/src/action.c +++ b/src/action.c @@ -709,7 +709,7 @@ actions_run(struct view *activator, struct server *server, } /* This cancels any pending on-release keybinds */ - keyboard_reset_current_keybind (); + keyboard_reset_current_keybind(); struct view *view; struct action *action;