added missing semicolon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user