mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-07 22:04:46 +03:00
fixed typo in pyargs
This commit is contained in:
parent
b701edd28e
commit
e067a86c4d
2
decode.c
2
decode.c
|
@ -444,7 +444,7 @@ PyImaging_LibTiffDecoderNew(PyObject* self, PyObject* args)
|
|||
int fp;
|
||||
int ifdoffset;
|
||||
|
||||
if (! PyArg_ParseTuple(args, "sssi ", &mode, &rawmode, &compname, &fp, &ifdoffset))
|
||||
if (! PyArg_ParseTuple(args, "sssii", &mode, &rawmode, &compname, &fp, &ifdoffset))
|
||||
return NULL;
|
||||
|
||||
TRACE(("new tiff decoder %s\n", compname));
|
||||
|
|
Loading…
Reference in New Issue
Block a user