From: Christian Heimes Date: Wed, 12 Dec 2007 18:09:06 +0000 (+0000) Subject: Fixed a nasty problem in the xxmodule.c X-Git-Tag: v2.6a1~880 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=842c178442a9b9b855d9773dbe2e8ac3d6d79895;p=python Fixed a nasty problem in the xxmodule.c --- diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c index 8807298289..6e188366a8 100644 --- a/Modules/xxmodule.c +++ b/Modules/xxmodule.c @@ -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;