Skip to content

Commit

Permalink
Corrected comment
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 27, 2024
1 parent 5f4d0b1 commit 0b9a90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_avif.c
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ static struct PyMethodDef _encoder_methods[] = {
{NULL, NULL} /* sentinel */
};

// AvifDecoder type definition
// AvifEncoder type definition
static PyTypeObject AvifEncoder_Type = {
PyVarObject_HEAD_INIT(NULL, 0).tp_name = "AvifEncoder",
.tp_basicsize = sizeof(AvifEncoderObject),
Expand Down

0 comments on commit 0b9a90a

Please sign in to comment.