tablet: fix missing linebreak after an error message

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1436>
This commit is contained in:
Peter Hutterer 2026-03-04 11:19:09 +10:00 committed by Marge Bot
parent db62bf7ab1
commit 0a3ecbea24

View file

@ -1318,7 +1318,7 @@ eraser_button_set_button(struct libinput_tablet_tool *tool, uint32_t button)
break;
default:
log_bug_libinput(libinput_device_get_context(tool->last_device),
"Unsupported eraser button 0x%x",
"Unsupported eraser button 0x%x\n",
button);
return LIBINPUT_CONFIG_STATUS_INVALID;
}