diff options
author | Sjoerd Mullender <sjoerd@acm.org> | 2002-03-11 09:20:47 (GMT) |
---|---|---|
committer | Sjoerd Mullender <sjoerd@acm.org> | 2002-03-11 09:20:47 (GMT) |
commit | 556a938d107f08a359bd68a2c4b4d4d2f36609b4 (patch) | |
tree | 51f6450ede9ba69795ddfc89f7506d5913f6bd9a /Modules/zlibmodule.c | |
parent | db044899539e3ae047dcab87229013b8abb11a1f (diff) | |
download | cpython-556a938d107f08a359bd68a2c4b4d4d2f36609b4.zip cpython-556a938d107f08a359bd68a2c4b4d4d2f36609b4.tar.gz cpython-556a938d107f08a359bd68a2c4b4d4d2f36609b4.tar.bz2 |
Changed C++ comment into standard comment.
Diffstat (limited to 'Modules/zlibmodule.c')
-rw-r--r-- | Modules/zlibmodule.c | 2 |
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 */ } |