summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorSjoerd Mullender <sjoerd@acm.org>2002-03-11 09:20:47 (GMT)
committerSjoerd Mullender <sjoerd@acm.org>2002-03-11 09:20:47 (GMT)
commit556a938d107f08a359bd68a2c4b4d4d2f36609b4 (patch)
tree51f6450ede9ba69795ddfc89f7506d5913f6bd9a /Modules
parentdb044899539e3ae047dcab87229013b8abb11a1f (diff)
downloadcpython-556a938d107f08a359bd68a2c4b4d4d2f36609b4.zip
cpython-556a938d107f08a359bd68a2c4b4d4d2f36609b4.tar.gz
cpython-556a938d107f08a359bd68a2c4b4d4d2f36609b4.tar.bz2
Changed C++ comment into standard comment.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/zlibmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/zlibmodule.c b/Modules/zlibmodule.c
index 3f2fd80..feb52ea 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 */
}