fixup, broken syntax

This commit is contained in:
Maarten van Gompel
2026-02-06 16:00:07 +01:00
parent 1a60d1abed
commit 4366d88eca
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
VERSION = 0.19.3
VERSION = 0.19.4
CFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=700
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man

View File

@@ -533,7 +533,7 @@ kbd_press_key(struct kbd *kb, struct key *k, uint32_t time)
if (kb->mods & Shift) {
if (kb->debug)
fprintf(stderr, "Pressing copy key (with shift)\n");
create_and_upload_keymap(kb, kb->layout->keymap_name, k->code_mod
create_and_upload_keymap(kb, kb->layout->keymap_name, k->code_mod);
} else {
if (kb->debug)
fprintf(stderr, "Pressing copy key\n");