Fix "possible misuse of comma operator" warning
Xcode 9.0 is overly careful here as the code is obviously valid. But we can just replace the comma with a semicolon.
Xcode 9.0 is overly careful here as the code is obviously valid. But we can just replace the comma with a semicolon.