tools: add missing linebreak in error message
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 8 Jul 2020 03:25:12 +0000 (13:25 +1000)
committerPeter 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

index e0eae6816bc37a424d1a93bc33230ea16bb0fa9d..af7912744f2a14ea06bfc59c5d91b35148083948 100644 (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 {