summaryrefslogtreecommitdiff
path: root/lib/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/send.c')
-rw-r--r--lib/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/send.c b/lib/send.c
index c49eaa9..871d657 100644
--- a/lib/send.c
+++ b/lib/send.c
@@ -96,7 +96,7 @@ rs_packet_send (struct rs_packet *pkt, void *user_data)
bufferevent_setcb (conn->bev, NULL, tcp_write_cb, tcp_event_cb, pkt);
bufferevent_enable (conn->bev, EV_WRITE);
}
- else /* UDP */
+ else /* UDP */
{
err = event_add (conn->wev, NULL);
if (err < 0)