From 34ad580f42074622a1c1b1f3b4953532726ff2d6 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 22 Dec 2021 16:42:39 +1100 Subject: [PATCH] Fixed typo --- src/_webp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_webp.c b/src/_webp.c index 90719b4660a..bccfb3d892b 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 */