lua: fix superfluous comma

Not sure how this compiled but whoah, definitely not supposed to be
there.

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1354>
This commit is contained in:
Peter Hutterer 2025-11-03 14:42:18 +10:00 committed by Marge Bot
parent f0d8002255
commit 45878c3aac

View file

@ -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;