Removed blank line.

This commit is contained in:
Bob Lantz
2010-03-04 16:52:29 -08:00
parent ddfbfc734c
commit 48a8d297d1
-1
View File
@@ -74,7 +74,6 @@ ssize_t recvBytes( int sock, char *inbuf, size_t bufsize,
return len;
}
int readable( int fd ) {
/* Poll a single file descriptor for reading */
struct pollfd fds = { fd, POLLIN, POLLIN };