From: Simon Long Date: Fri, 14 Jun 2024 09:24:49 +0000 (+0100) Subject: Typo X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=99893e63c30127715bd7ae1994f7c573b7ab1ba6;p=proto%2Flabwc.git Typo --- 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;