mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-29 06:40:08 +01:00
tools: add missing linebreak in error message
Missing from a0643a9c98
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2e25741061
commit
912a457f18
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ tools_exec_command(const char *prefix, int real_argc, char **real_argv)
|
|||
if (rc) {
|
||||
if (errno == ENOENT) {
|
||||
fprintf(stderr,
|
||||
"libinput: %s is not installed.",
|
||||
"libinput: %s is not installed\n",
|
||||
command);
|
||||
return EXIT_INVALID_USAGE;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue