Add missing newline in error message

This commit is contained in:
Magnus Hagander 2016-07-11 13:53:17 +02:00
parent f80395ca1f
commit 8cd927d832

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