mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
Changed C++ comment into standard comment.
This commit is contained in:
parent
db04489953
commit
556a938d10
1 changed files with 1 additions and 1 deletions
|
|
@ -881,5 +881,5 @@ PyInit_zlib(void)
|
||||||
|
|
||||||
#ifdef WITH_THREAD
|
#ifdef WITH_THREAD
|
||||||
zlib_lock = PyThread_allocate_lock();
|
zlib_lock = PyThread_allocate_lock();
|
||||||
#endif // WITH_THREAD
|
#endif /* WITH_THREAD */
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue