Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f736495 authored by Stephen Hines's avatar Stephen Hines Committed by Gerrit Code Review
Browse files

Merge "Split increments to silence a compiler warning."

parents 1ccaed4d 9c22c3c8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -489,7 +489,8 @@ void Region::rasterizer::flushSpan()
                    merge = false;
                    break;
                }
                p++, q++;
                p++;
                q++;
            }
        }
    }