summaryrefslogtreecommitdiff
path: root/toxcore/TCP_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/TCP_client.h')
-rw-r--r--toxcore/TCP_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/TCP_client.h b/toxcore/TCP_client.h
index 90002214..8a698869 100644
--- a/toxcore/TCP_client.h
+++ b/toxcore/TCP_client.h
@@ -58,7 +58,7 @@ enum {
58}; 58};
59typedef struct { 59typedef struct {
60 uint8_t status; 60 uint8_t status;
61 Socket sock; 61 Socket sock;
62#ifdef HAVE_LIBEV 62#ifdef HAVE_LIBEV
63 struct { 63 struct {
64 ev_io listener; 64 ev_io listener;