From 11548b3a74336e8474472020dfa99ea53fff4f64 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 8 Apr 2021 22:38:42 +1000 Subject: [PATCH] added missing semicolon --- app/dialog/crashhandler/crashhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dialog/crashhandler/crashhandler.cpp b/app/dialog/crashhandler/crashhandler.cpp index ee2a36877..7365983ca 100644 --- a/app/dialog/crashhandler/crashhandler.cpp +++ b/app/dialog/crashhandler/crashhandler.cpp @@ -256,7 +256,7 @@ void CrashHandlerDialog::SendErrorReport() } // Create sym section - QString symbol_filename + QString symbol_filename; #if defined(OS_APPLE) symbol_filename = QStringLiteral("Olive.sym"); #else