Fixed initializer.

This commit is contained in:
Michael Jumper 2012-03-05 12:10:56 -08:00
parent c10d653607
commit a9330ad737

View File

@ -78,8 +78,8 @@ int rdp_guac_client_handle_messages(guac_client* client) {
fd_set rfds, wfds; fd_set rfds, wfds;
struct timeval timeout = { struct timeval timeout = {
.tv_sec = 0; .tv_sec = 0,
.tv_usec = 250000; .tv_usec = 250000
}; };
/* get rdp fds */ /* get rdp fds */