diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-12-22 15:54:58 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-12-22 15:54:58 (GMT) |
commit | 9450e98030627c38b0df37bd1d5501055c8a37f2 (patch) | |
tree | 75aa94ecfd626a8956909348523dc9898808a584 /src/defgen.cpp | |
parent | 0ea72fdd522e6bc3bc442e7d2ae40e7607546e55 (diff) | |
download | Doxygen-9450e98030627c38b0df37bd1d5501055c8a37f2.zip Doxygen-9450e98030627c38b0df37bd1d5501055c8a37f2.tar.gz Doxygen-9450e98030627c38b0df37bd1d5501055c8a37f2.tar.bz2 |
Removed exitCode parameter as it is always 1
Diffstat (limited to 'src/defgen.cpp')
-rw-r--r-- | src/defgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defgen.cpp b/src/defgen.cpp index 23fb674..b145f0e 100644 --- a/src/defgen.cpp +++ b/src/defgen.cpp @@ -572,7 +572,7 @@ void generateDEF() dir.setPath(QDir::currentDirPath()); if (!dir.mkdir(outputDirectory)) { - term(1,"tag OUTPUT_DIRECTORY: Output directory '%s' does not " + term("tag OUTPUT_DIRECTORY: Output directory '%s' does not " "exist and cannot be created\n",outputDirectory.data()); } else |