]> granicus.if.org Git - python/commitdiff
Fixed a nasty problem in the xxmodule.c
authorChristian Heimes <christian@cheimes.de>
Wed, 12 Dec 2007 18:09:06 +0000 (18:09 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 12 Dec 2007 18:09:06 +0000 (18:09 +0000)
Modules/xxmodule.c

index 8807298289f6d834a81bffc41d5e84034fc06cec..6e188366a8a1a0c25fc335420511e72440df4c7e 100644 (file)
@@ -349,7 +349,7 @@ initxx(void)
        Str_Type.tp_base = &PyUnicode_Type;
 
        /* Finalize the type object including setting type of the new type
-        * object; doing it here is required for portability, too. /*
+        * object; doing it here is required for portability, too. */
        if (PyType_Ready(&Xxo_Type) < 0)
                return;