fixed typo
authorStefan Behnel <scoder@users.berlios.de>
Mon, 3 Sep 2007 18:07:01 +0000 (20:07 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 3 Sep 2007 18:07:01 +0000 (20:07 +0200)
Cython/Compiler/Nodes.py

index 86ec00d8e102a7d2c2beda9ae3c67c553436c362..12d440a7f3586c158014f9450a3069a3ba91094d 100644 (file)
@@ -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)