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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=556a938d107f08a359bd68a2c4b4d4d2f36609b4;p=thirdparty%2FPython%2Fcpython.git Changed C++ comment into standard comment. --- diff --git a/Modules/zlibmodule.c b/Modules/zlibmodule.c index 3f2fd80a464e..feb52ea93814 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 */ }