mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Fixed typo
This commit is contained in:
parent
e4f68d0658
commit
e623f96f57
2
decode.c
2
decode.c
|
@ -754,7 +754,7 @@ PyImaging_JpegDecoderNew(PyObject* self, PyObject* args)
|
|||
ImagingDecoderObject* decoder;
|
||||
|
||||
char* mode;
|
||||
char* rawmode; /* what we wan't from the decoder */
|
||||
char* rawmode; /* what we want from the decoder */
|
||||
char* jpegmode; /* what's in the file */
|
||||
int scale = 1;
|
||||
int draft = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user