mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +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))
|
||||
{
|
||||
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…
Reference in New Issue
Block a user