Fix mismatch closing parenthesis (#2232)

This commit is contained in:
Ali Raheem 2020-06-04 04:41:55 +01:00 committed by GitHub
parent 54ecc33ca9
commit 7127f0e556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,7 +281,7 @@ void InitialOptionsDialog::setupAndStartAnalysis(/*int level, QList<QString> adv
options.analCmd = { {"aaa", "Auto analysis"} }; options.analCmd = { {"aaa", "Auto analysis"} };
break; break;
case 2: case 2:
options.analCmd = { {"aaaa", "Auto analysis (experimental}"} }; options.analCmd = { {"aaaa", "Auto analysis (experimental)"} };
break; break;
case 3: case 3:
options.analCmd = getSelectedAdvancedAnalCmds(); options.analCmd = getSelectedAdvancedAnalCmds();