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

Commit 25b103a4 authored by Stephen Hines's avatar Stephen Hines Committed by android-build-merger
Browse files

Merge "Split increments to silence a compiler warning."

am: 0f736495

* commit '0f736495':
  Split increments to silence a compiler warning.

Change-Id: I4485ce044a9b8455bf3d32e62690e02cf0a64d53
parents 1ccaed4d 0f736495
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++;
            }
        }
    }