summaryrefslogtreecommitdiffstats
path: root/src/formula.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-07-31 18:09:08 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-07-31 18:09:08 (GMT)
commit5ad8b41eb93b9ca6a4c2ce90837103f8a4e750d8 (patch)
tree8b6d1855a77a3cfa84674b2918bdb7c6478b94ae /src/formula.cpp
parent7ce8e31b7d4f831949f7061ef2808c867da4edd1 (diff)
downloadDoxygen-5ad8b41eb93b9ca6a4c2ce90837103f8a4e750d8.zip
Doxygen-5ad8b41eb93b9ca6a4c2ce90837103f8a4e750d8.tar.gz
Doxygen-5ad8b41eb93b9ca6a4c2ce90837103f8a4e750d8.tar.bz2
Release-1.2.0-20000731
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 f35fd47..16626fd 100644
--- a/src/formula.cpp
+++ b/src/formula.cpp
@@ -189,7 +189,7 @@ void FormulaList::generateBitmaps(const char *path)
"gswin32.exe", /* file to execute */
gsArgs, /* argument list */
NULL, /* use current working dir */
- SW_HIDE /* minimize on start-up */
+ SW_HIDE, /* minimize on start-up */
0, /* application instance handle */
NULL, /* ignored: id list */
NULL, /* ignored: class name */