mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-08 06:14:45 +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 fp;
|
||||||
int ifdoffset;
|
int ifdoffset;
|
||||||
|
|
||||||
if (! PyArg_ParseTuple(args, "sssi ", &mode, &rawmode, &compname, &fp, &ifdoffset))
|
if (! PyArg_ParseTuple(args, "sssii", &mode, &rawmode, &compname, &fp, &ifdoffset))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
TRACE(("new tiff decoder %s\n", compname));
|
TRACE(("new tiff decoder %s\n", compname));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user