mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Add missing newline in error message
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user