From d84d917099e9e31df62ab4461019bd7613dc24f1 Mon Sep 17 00:00:00 2001 From: Greg Hewgill Date: Mon, 21 Nov 2011 09:41:55 +1300 Subject: [PATCH] Use C-style comments in C source files (for compatibility with compilers such as xlc on AIX). --- bufferevent_sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bufferevent_sock.c b/bufferevent_sock.c index 6d27d7f8..964e0b2a 100644 --- a/bufferevent_sock.c +++ b/bufferevent_sock.c @@ -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? */ } } }