projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e25741
)
tools: add missing linebreak in error message
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 8 Jul 2020 03:25:12 +0000
(13:25 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 8 Jul 2020 03:25:12 +0000
(13:25 +1000)
Missing from
a0643a9c9879e569c2a47b13f203561de8031cc0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tools/shared.c
patch
|
blob
|
history
diff --git
a/tools/shared.c
b/tools/shared.c
index e0eae6816bc37a424d1a93bc33230ea16bb0fa9d..af7912744f2a14ea06bfc59c5d91b35148083948 100644
(file)
--- a/
tools/shared.c
+++ b/
tools/shared.c
@@
-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 {