summaryrefslogtreecommitdiffstats
path: root/src/formula.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/formula.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/formula.cpp')
-rw-r--r--src/formula.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formula.cpp b/src/formula.cpp
index d74681a..77085f8 100644
--- a/src/formula.cpp
+++ b/src/formula.cpp
@@ -53,7 +53,7 @@ void FormulaList::generateBitmaps(const char *path)
// store the original directory
if (!d.exists())
{
- term(1,"Output dir %s does not exist!\n",path);
+ term("Output dir %s does not exist!\n",path);
}
QCString oldDir = QDir::currentDirPath().utf8();
// go to the html output directory (i.e. path)