diff --git a/Makefile b/Makefile index f4671df..8f90462 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DESTDIR= PREFIX=/usr -VERSION=1.0.1 +VERSION=1.1.2 GIT_HASH=$(shell git describe --no-match --always --abbrev=40 --dirty) CFLAGS=-DVERSION=\"$(VERSION)\" -DGIT_COMMIT_HASH=\"$(GIT_HASH)\" diff --git a/src/main.c b/src/main.c index 40e7321..86dbc7e 100644 --- a/src/main.c +++ b/src/main.c @@ -377,7 +377,7 @@ static void process_event(struct keyboard *kbd, struct input_event *ev) } if(!d) - return; + goto keyseq_cleanup; switch(d->action) { struct layer *layer;