diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-11-11 20:10:19 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-11-11 20:10:19 (GMT) |
commit | 23f7c36f38ca76f4233c92f661514dd4bba39158 (patch) | |
tree | 6aadae9dde88c7248a9875e8ddbbab7258c6a0af /src/doxygen.cpp | |
parent | 56051878cd710e3a7304447c33b5e612a925a628 (diff) | |
parent | 84d1195bc2be1e3fb2819500fc296b8739afd524 (diff) | |
download | Doxygen-23f7c36f38ca76f4233c92f661514dd4bba39158.zip Doxygen-23f7c36f38ca76f4233c92f661514dd4bba39158.tar.gz Doxygen-23f7c36f38ca76f4233c92f661514dd4bba39158.tar.bz2 |
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r-- | src/doxygen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp index b27dcd7..9d820cb 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -9143,7 +9143,7 @@ static void copyExtraFiles(const QCString& filesOption,const QCString &outputOpt QFileInfo fi(fileName); 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 { |