Add explicit {}
This commit is contained in:
+2
-1
@@ -605,10 +605,11 @@ void changeIdentification(const QString &id, const QString &binaryPath)
|
||||
if (binaryPath.contains("libQt5Core")) {
|
||||
LogDebug() << "libQt5Core detected, patching its qt_prfxpath";
|
||||
QString* errorMessage;
|
||||
if (!patchQtCore(binaryPath, errorMessage))
|
||||
if (!patchQtCore(binaryPath, errorMessage)){
|
||||
LogError() << errorMessage;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user