Commit 4aff9190 authored by Albert's avatar Albert

Space missing in error message.

the word 'in' and the vale of filesOption were concatenated
parent 7cda115a
...@@ -9145,7 +9145,7 @@ static void copyExtraFiles(const QCString& filesOption,const QCString &outputOpt ...@@ -9145,7 +9145,7 @@ static void copyExtraFiles(const QCString& filesOption,const QCString &outputOpt
QFileInfo fi(fileName); QFileInfo fi(fileName);
if (!fi.exists()) if (!fi.exists())
{ {
err("Extra file '%s' specified in" + filesOption + " does not exist!\n", fileName.data()); err("Extra file '%s' specified in " + filesOption + " does not exist!\n", fileName.data());
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment