Use C-style comments in C source files (for compatibility with compilers such as xlc on AIX).

This commit is contained in:
Greg Hewgill 2011-11-21 09:41:55 +13:00 committed by Nick Mathewson
parent d6094b160f
commit d84d917099

View File

@ -114,7 +114,7 @@ bufferevent_socket_outbuf_cb(struct evbuffer *buf,
/* Somebody added data to the buffer, and we would like to
* write, and we were not writing. So, start writing. */
if (be_socket_add(&bufev->ev_write, &bufev->timeout_write) == -1) {
// Should we log this?
/* Should we log this? */
}
}
}