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 df61a8eb9b0740fee5327ef6fd47415316d7d570..11109d1cc97e101f2df13fb5a6561dd8857f0048 100644 (file)
@@ -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)