mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
typo
svn path=/trunk/; revision=1763
This commit is contained in:
parent
57dfac271e
commit
fac82fed75
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,7 @@ RGBQUAD *DIB_MapPaletteColors(PDC dc, LPBITMAPINFO lpbmi)
|
|||
lpIndex = (DWORD *)&lpbmi->bmiColors[0];
|
||||
|
||||
for (i=0; i<nNumColors; i++) {
|
||||
pRGB[i].rgbRed = palObj->logpalette.palPalEntry[*lpIndex].peRed;
|
||||
lpRGB[i].rgbRed = palObj->logpalette.palPalEntry[*lpIndex].peRed;
|
||||
lpRGB[i].rgbGreen = palObj->logpalette.palPalEntry[*lpIndex].peGreen;
|
||||
lpRGB[i].rgbBlue = palObj->logpalette.palPalEntry[*lpIndex].peBlue;
|
||||
lpIndex++;
|
||||
|
|
Loading…
Reference in a new issue