Add missing newline in error message

This commit is contained in:
Magnus Hagander 2016-07-11 13:53:17 +02:00
parent 539b3dcb26
commit 280a558ed6

View File

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