Skip to content

Commit

Permalink
fix _jxl_decoder_count_frames
Browse files Browse the repository at this point in the history
  • Loading branch information
olokelo committed Mar 19, 2024
1 parent f6086d4 commit 5320450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_jxl.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ _jxl_decoder_rewind(PyObject *self) {

}

void *
bool
_jxl_decoder_count_frames(PyObject *self) {
PILJxlDecoderObject *decp = (PILJxlDecoderObject *)self;

Expand Down

0 comments on commit 5320450

Please sign in to comment.