mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +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))
|
||||
{
|
||||
fprintf(stderr,
|
||||
"%s: path \"%s\" cannot be opened: %s",
|
||||
"%s: path \"%s\" cannot be opened: %s\n",
|
||||
progname, private.inpath, strerror(errno));
|
||||
goto bad_argument;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user