diff options
Diffstat (limited to 'src/formula.cpp')
-rw-r--r-- | src/formula.cpp | 2 |
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 */ |