mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Add missing newline in error message
This commit is contained in:
parent
87d84d67bb
commit
ae7d78c3e2
@ -855,7 +855,7 @@ main(int argc, char **argv)
|
|||||||
if (!verify_directory(private.inpath))
|
if (!verify_directory(private.inpath))
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"%s: path \"%s\" cannot be opened: %s",
|
"%s: path \"%s\" cannot be opened: %s\n",
|
||||||
progname, private.inpath, strerror(errno));
|
progname, private.inpath, strerror(errno));
|
||||||
goto bad_argument;
|
goto bad_argument;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user