Removing runtime warnings

This commit is contained in:
Anshul Maheshwari 2015-05-19 10:40:40 +05:30
parent fa6588fa80
commit c49db8c083

View File

@ -150,12 +150,12 @@ int net_send_cc(const unsigned char *data, int len, void *private_data, struct c
{
if (rc < 0)
mprint("write() error: %s", strerror(errno));
return;
return rc;
}
/* nanosleep((struct timespec[]){{0, 100000000}}, NULL); */
/* Sleep(100); */
return;
return rc;
}
/*