]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Typo
authorSimon Long <simon@raspberrypi.com>
Fri, 14 Jun 2024 09:24:49 +0000 (10:24 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 15 Jun 2024 20:22:58 +0000 (21:22 +0100)
src/action.c

index 152f04b486453d29843d0f29fead4eb55cebb710..135af253777076d5510372859256789b7d5f02ca 100644 (file)
@@ -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;