Commit 5ecc84e3 authored by Stefan Behnel's avatar Stefan Behnel

fixed typo

parent c91215d6
......@@ -2872,7 +2872,7 @@ static int __Pyx_GetStarArgs(
if (*kwds) {
char **p;
kwds1 = PyDict_New();
if (!kwds)
if (!kwds1)
goto bad;
*kwds2 = PyDict_Copy(*kwds);
if (!*kwds2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment