mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 04:19:10 -04:00
Use C-style comments in C source files (for compatibility with compilers such as xlc on AIX).
This commit is contained in:
parent
d6094b160f
commit
d84d917099
@ -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? */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user