gdiplus: Remove unneeded address-of operator from array name.

This commit is contained in:
Andrew Talbot 2012-12-05 22:42:32 +00:00 committed by Alexandre Julliard
parent 896cc71d24
commit e4351708d5
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ static GpStatus alpha_blend_pixels_hrgn(GpGraphics *graphics, INT dst_x, INT dst
GetRegionData(hrgn, size, rgndata);
rects = (RECT*)&rgndata->Buffer;
rects = (RECT*)rgndata->Buffer;
for (i=0; stat == Ok && i<rgndata->rdh.nCount; i++)
{