mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Fixed typo
Co-authored-by: Aarni Koskela <akx@iki.fi>
This commit is contained in:
parent
b3d7823740
commit
c7d4d1f75a
|
@ -60,7 +60,7 @@ PyInit__imagingtk(void) {
|
|||
m = PyModule_Create(&module_def);
|
||||
if (load_tkinter_funcs() != 0) {
|
||||
Py_DECREF(m);
|
||||
return NULL;;
|
||||
return NULL;
|
||||
}
|
||||
return m;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user