Skip to content

Fix "possible misuse of comma operator" warning

Michael Kuron requested to merge xcode9 into master

Xcode 9.0 is overly careful here as the code is obviously valid. But we can just replace the comma with a semicolon.

Merge request reports