Changed C++ comment into standard comment.

This commit is contained in:
Sjoerd Mullender 2002-03-11 09:20:47 +00:00
parent db04489953
commit 556a938d10
1 changed files with 1 additions and 1 deletions

View File

@ -881,5 +881,5 @@ PyInit_zlib(void)
#ifdef WITH_THREAD
zlib_lock = PyThread_allocate_lock();
#endif // WITH_THREAD
#endif /* WITH_THREAD */
}