diff --git a/cockatrice/src/client/network/update/client/release_channel.cpp b/cockatrice/src/client/network/update/client/release_channel.cpp index 0b026008c..d3c099a6b 100644 --- a/cockatrice/src/client/network/update/client/release_channel.cpp +++ b/cockatrice/src/client/network/update/client/release_channel.cpp @@ -43,7 +43,7 @@ void ReleaseChannel::checkForUpdates() // Different release channel checking functions for different operating systems bool ReleaseChannel::downloadMatchesCurrentOS(const QString &fileName) - +{ #if defined(Q_OS_MACOS) static QRegularExpression version_regex("macOS(\\d+)"); auto match = version_regex.match(fileName);