mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 09:40:40 -04:00
Add missing newline in error message
This commit is contained in:
parent
f80395ca1f
commit
8cd927d832
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue