From: Sjoerd Mullender Date: Mon, 11 Mar 2002 09:20:47 +0000 (+0000) Subject: Changed C++ comment into standard comment. X-Git-Tag: v2.3c1~6527 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=556a938d107f08a359bd68a2c4b4d4d2f36609b4;p=python Changed C++ comment into standard comment. --- diff --git a/Modules/zlibmodule.c b/Modules/zlibmodule.c index 3f2fd80a46..feb52ea938 100644 --- a/Modules/zlibmodule.c +++ b/Modules/zlibmodule.c @@ -881,5 +881,5 @@ PyInit_zlib(void) #ifdef WITH_THREAD zlib_lock = PyThread_allocate_lock(); -#endif // WITH_THREAD +#endif /* WITH_THREAD */ }