]> granicus.if.org Git - python/commitdiff
Changed C++ comment into standard comment.
authorSjoerd Mullender <sjoerd@acm.org>
Mon, 11 Mar 2002 09:20:47 +0000 (09:20 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Mon, 11 Mar 2002 09:20:47 +0000 (09:20 +0000)
Modules/zlibmodule.c

index 3f2fd80a464e4a35bb7b5abb8485913a30d44bea..feb52ea93814b8ae0de59e8c7ad68b0b5bcbde18 100644 (file)
@@ -881,5 +881,5 @@ PyInit_zlib(void)
 
 #ifdef WITH_THREAD
     zlib_lock = PyThread_allocate_lock();
-#endif // WITH_THREAD
+#endif /* WITH_THREAD */
 }