]> git.sesse.net Git - plocate/commitdiff
Fix missing newline in error message.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 28 Jan 2023 21:06:40 +0000 (22:06 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 28 Jan 2023 21:06:40 +0000 (22:06 +0100)
plocate-build.cpp

index 198a4e683fa92f716990d246ff00251c642dccb7..227eae50b1165a5b4bb469bfaf0a42e5e9fee811 100644 (file)
@@ -249,7 +249,7 @@ int main(int argc, char **argv)
                        break;
                case 'l':
                        if (!parse_bool(optarg, &check_visibility) != 0) {
-                               fprintf(stderr, "plocate-build: invalid value `%s' for --%s",
+                               fprintf(stderr, "plocate-build: invalid value `%s' for --%s\n",
                                         optarg, "require-visibility");
                                exit(EXIT_FAILURE);
                        }