mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Add missing newline in error message
This commit is contained in:
parent
539b3dcb26
commit
280a558ed6
@ -559,7 +559,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…
Reference in New Issue
Block a user