aboutsummaryrefslogtreecommitdiff
path: root/tsocket.c
diff options
context:
space:
mode:
Diffstat (limited to 'tsocket.c')
-rw-r--r--tsocket.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tsocket.c b/tsocket.c
index d1d0368..76e6064 100644
--- a/tsocket.c
+++ b/tsocket.c
@@ -5,8 +5,7 @@
#include "tsocket.h"
-struct tsocket *
-tsocketNew()
+struct tsocket *tsocketNew()
{
int fd = socket(AF_INET, SOCK_STREAM, 0);
if (fd == -1)