mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 21:48:05 +02:00
tablet: fix missing linebreak after an error message
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1436>
This commit is contained in:
parent
db62bf7ab1
commit
0a3ecbea24
1 changed files with 1 additions and 1 deletions
|
|
@ -1318,7 +1318,7 @@ eraser_button_set_button(struct libinput_tablet_tool *tool, uint32_t button)
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
log_bug_libinput(libinput_device_get_context(tool->last_device),
|
log_bug_libinput(libinput_device_get_context(tool->last_device),
|
||||||
"Unsupported eraser button 0x%x",
|
"Unsupported eraser button 0x%x\n",
|
||||||
button);
|
button);
|
||||||
return LIBINPUT_CONFIG_STATUS_INVALID;
|
return LIBINPUT_CONFIG_STATUS_INVALID;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue