converted C++ comments using script

This commit is contained in:
skarg
2013-03-13 22:13:28 +00:00
parent 0c8f51f9fb
commit 11897368d2
13 changed files with 130 additions and 130 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ void free_data(
void check_data(
MSG_DATA *data) {
// lock and decrement messages reference count
/* lock and decrement messages reference count */
pthread_mutex_lock(&msg_lock);
if (--data->ref_count == 0) {
free_data(data);