From ee72871506bf0743ed232fb4757e754f53c2a5ab Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 3 Jul 2026 16:46:52 +0200 Subject: [PATCH] fix bracket --- cockatrice/src/client/network/update/client/release_channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);