mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
Changed C++ comment into standard comment.
This commit is contained in:
parent
db04489953
commit
556a938d10
@ -881,5 +881,5 @@ PyInit_zlib(void)
|
||||
|
||||
#ifdef WITH_THREAD
|
||||
zlib_lock = PyThread_allocate_lock();
|
||||
#endif // WITH_THREAD
|
||||
#endif /* WITH_THREAD */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user