mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
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:
parent
f0d8002255
commit
45878c3aac
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue