From 1b5b70c2c0917aabf6595da63a59c5499d57963a Mon Sep 17 00:00:00 2001 From: 0scar Date: Mon, 22 Jan 2024 22:04:50 +0100 Subject: Fix compilation I didn't quite get all the renames in the first pass. --- src/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input.c') diff --git a/src/input.c b/src/input.c index f026260..34b1718 100644 --- a/src/input.c +++ b/src/input.c @@ -270,7 +270,7 @@ binding_t* get_action(i_ctx* c, action_t* a) { for (isize i = 0; i < c->len; i++) { if (c->bindings[i].action.type != a->type) continue; - switch (c->bindings[i].action) { + switch (c->bindings[i].action.type) { case InputType_error: return NULL; -- cgit v1.3