Minor editorial change for cleaning up message

This commit is contained in:
Srivats P 2021-07-07 20:44:46 +05:30
parent 4be8a2969d
commit 2103f2c5a6

View File

@ -46,7 +46,7 @@ void NoMsgHandler(QtMsgType type, const QMessageLogContext &context,
void cleanup(int /*signum*/)
{
fprintf(stderr, "\nCleaning up ... (may take a few seconds) ... ");
fprintf(stderr, "\nCleaning up (may take a few seconds) ... ");
fflush(stderr);
QCoreApplication::instance()->exit(-1);
}