From 45878c3aacda2ea9a51024255c80f8d77ba64db1 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 3 Nov 2025 14:42:18 +1000 Subject: [PATCH] lua: fix superfluous comma Not sure how this compiled but whoah, definitely not supposed to be there. Part-of: --- src/libinput-plugin-lua.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libinput-plugin-lua.c b/src/libinput-plugin-lua.c index 1f7d8b76..77adebe0 100644 --- a/src/libinput-plugin-lua.c +++ b/src/libinput-plugin-lua.c @@ -814,7 +814,6 @@ evdevdevice_enable_evdev_usage(lua_State *L) uint16_t code = evdev_usage_code(usage); if (type > EV_MAX) { plugin_log_bug(plugin->parent, - , "Ignoring invalid evdev usage %#x\n", evdev_usage_as_uint32_t(usage)); return 0;