From 99893e63c30127715bd7ae1994f7c573b7ab1ba6 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; -- 2.52.0