Skip to content

Commit 854b296

Browse files
committed
Removed (
1 parent 97675ee commit 854b296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/mainworker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ bool MainWorker::IsUpdateAvailable(const bool bIsForced)
10451045
machine = "armv7l";
10461046
#endif
10471047

1048-
if (((m_szSystemName != "windows") && (machine != "armv6l") && (machine != "armv7l") && (machine != "x86_64") && (machine!= "aarch64"))
1048+
if ((m_szSystemName != "windows") && (machine != "armv6l") && (machine != "armv7l") && (machine != "x86_64") && (machine!= "aarch64"))
10491049
{
10501050
//Only Raspberry Pi (Wheezy)/Ubuntu/windows/osx for now!
10511051
return false;

0 commit comments

Comments
 (0)