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:
Peter Hutterer 2020-07-08 13:25:12 +10:00
parent 2e25741061
commit 912a457f18

View file

@ -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 {