mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-10 00:20:57 +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);
|
m = PyModule_Create(&module_def);
|
||||||
if (load_tkinter_funcs() != 0) {
|
if (load_tkinter_funcs() != 0) {
|
||||||
Py_DECREF(m);
|
Py_DECREF(m);
|
||||||
return NULL;;
|
return NULL;
|
||||||
}
|
}
|
||||||
return m;
|
return m;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user