tablet: add missing space in an error message

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-03-22 08:30:01 +10:00
parent 1e9925735a
commit 419db83dad

View file

@ -2024,7 +2024,7 @@ tablet_reject_device(struct evdev_device *device)
return 0;
evdev_log_bug_libinput(device,
"missing tablet capabilities:%s%s%s%s."
"missing tablet capabilities:%s%s%s%s. "
"Ignoring this device.\n",
has_xy ? "" : " xy",
has_pen ? "" : " pen",