mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 18:00:37 +01:00
test: add missing newline to an error message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
fdd89fffea
commit
5516e9ea74
1 changed files with 1 additions and 1 deletions
|
|
@ -758,7 +758,7 @@ _litest_add_ranged_for_device(const char *name,
|
|||
|
||||
/* only abort if no filter was set, that's a bug */
|
||||
if (!device_filtered)
|
||||
litest_abort_msg("Invalid test device type");
|
||||
litest_abort_msg("Invalid test device type\n");
|
||||
}
|
||||
|
||||
LIBINPUT_ATTRIBUTE_PRINTF(3, 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue