Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo #5902

Merged
merged 1 commit into from Dec 22, 2021
Merged

Fixed typo #5902

merged 1 commit into from Dec 22, 2021

Conversation

radarhere
Copy link
Member

Pillow/src/_webp.c

Lines 489 to 490 in 591e79e

// WebPAnimDecoder type definition
static PyTypeObject WebPAnimEncoder_Type = {

This is not the WebPAnimDecoder type definition.

Presumably it was just copy-and-pasted from the WebPAnimDecoder type definition.

Pillow/src/_webp.c

Lines 532 to 533 in 591e79e

// WebPAnimDecoder type definition
static PyTypeObject WebPAnimDecoder_Type = {

@radarhere radarhere added the WebP label Dec 22, 2021
@hugovk hugovk merged commit 960da06 into python-pillow:main Dec 22, 2021
@radarhere radarhere deleted the typo branch December 22, 2021 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants