Commit 7ad701d1 authored by Stefan Behnel's avatar Stefan Behnel

fixed typo

parent ec95ee9e
......@@ -2879,7 +2879,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