summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-12-22 15:54:58 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-12-22 15:54:58 (GMT)
commit9450e98030627c38b0df37bd1d5501055c8a37f2 (patch)
tree75aa94ecfd626a8956909348523dc9898808a584 /src/htmlgen.cpp
parent0ea72fdd522e6bc3bc442e7d2ae40e7607546e55 (diff)
downloadDoxygen-9450e98030627c38b0df37bd1d5501055c8a37f2.zip
Doxygen-9450e98030627c38b0df37bd1d5501055c8a37f2.tar.gz
Doxygen-9450e98030627c38b0df37bd1d5501055c8a37f2.tar.bz2
Removed exitCode parameter as it is always 1
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index 926e04d..d47a38c 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -728,7 +728,7 @@ void HtmlGenerator::init()
QDir d(dname);
if (!d.exists() && !d.mkdir(dname))
{
- term(1,"Could not create output directory %s\n",dname.data());
+ term("Could not create output directory %s\n",dname.data());
}
//writeLogo(dname);
if (!Config_getString(HTML_HEADER).isEmpty())