Removed blank line.
This commit is contained in:
@@ -74,7 +74,6 @@ ssize_t recvBytes( int sock, char *inbuf, size_t bufsize,
|
|||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int readable( int fd ) {
|
int readable( int fd ) {
|
||||||
/* Poll a single file descriptor for reading */
|
/* Poll a single file descriptor for reading */
|
||||||
struct pollfd fds = { fd, POLLIN, POLLIN };
|
struct pollfd fds = { fd, POLLIN, POLLIN };
|
||||||
|
|||||||
Reference in New Issue
Block a user