diff --git a/src/_webp.c b/src/_webp.c index 90719b466..bccfb3d89 100644 --- a/src/_webp.c +++ b/src/_webp.c @@ -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 */