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

Commit dc5b3513 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

am: 25b103a4

* commit '25b103a4':
  Split increments to silence a compiler warning.

Change-Id: I62e0baefcebb9288e6dde9d4f954629bca6f967f
parents c12a8a13 25b103a4
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++;
            }
        }
    }