Skip to content

Commit bdc32fe

Browse files
yoneypicnixz
andauthored
Update Modules/_lzmamodule.c
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent f26846f commit bdc32fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_lzmamodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ PyDoc_STRVAR(Decompressor_unused_data_doc,
13171317
"Data found after the end of the compressed stream.");
13181318

13191319
static PyObject *
1320-
Decompressor_unused_data_get(PyObject *op, void *Py_UNUSED(ignored))
1320+
Decompressor_unused_data_get(PyObject *op, void *Py_UNUSED(closure))
13211321
{
13221322
Decompressor *self = Decompressor_CAST(op);
13231323
if (!FT_ATOMIC_LOAD_CHAR_RELAXED(self->eof)) {

0 commit comments

Comments
 (0)