Skip to content

Commit

Permalink
Merge pull request #5902 from radarhere/typo
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
hugovk committed Dec 22, 2021
2 parents 591e79e + 34ad580 commit 960da06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_webp.c
Expand Up @@ -486,7 +486,7 @@ static struct PyMethodDef _anim_encoder_methods[] = {
{NULL, NULL} /* sentinel */
};

// WebPAnimDecoder type definition
// WebPAnimEncoder type definition
static PyTypeObject WebPAnimEncoder_Type = {
PyVarObject_HEAD_INIT(NULL, 0) "WebPAnimEncoder", /*tp_name */
sizeof(WebPAnimEncoderObject), /*tp_size */
Expand Down

0 comments on commit 960da06

Please sign in to comment.