We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bea21b commit 8924913Copy full SHA for 8924913
1 file changed
src/_tkagg.cpp
@@ -25,7 +25,8 @@
25
*/
26
#define WIN32_DLL
27
static inline PyObject *PyErr_SetFromWindowsErr(int ierr) {
28
- return PyErr_SetString(PyExc_OSError, "Call to EnumProcessModules failed");
+ PyErr_SetString(PyExc_OSError, "Call to EnumProcessModules failed");
29
+ return NULL;
30
}
31
#endif
32
0 commit comments