mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Fixed typo
This commit is contained in:
parent
9bcb5e455a
commit
e0612ab14f
|
@ -323,7 +323,7 @@ void
|
|||
ImagingPackBGRa(UINT8* out, const UINT8* in, int pixels)
|
||||
{
|
||||
int i;
|
||||
/* BGRa, reversed bytes with premultiplied alplha */
|
||||
/* BGRa, reversed bytes with premultiplied alpha */
|
||||
for (i = 0; i < pixels; i++) {
|
||||
int alpha = out[3] = in[A];
|
||||
int tmp;
|
||||
|
|
Loading…
Reference in New Issue
Block a user