1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-03 22:24:49 +03:00

Add missing newline in error message

This commit is contained in:
Magnus Hagander 2016-07-11 13:53:17 +02:00
parent 87d84d67bb
commit ae7d78c3e2

View File

@ -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;
}