Skip to content
Snippets Groups Projects
Commit 48a8d297 authored by Bob Lantz's avatar Bob Lantz
Browse files

Removed blank line.

parent ddfbfc73
No related branches found
No related tags found
No related merge requests found
......@@ -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 };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment