Fixed initializer.
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Mon, 5 Mar 2012 20:10:56 +0000 (12:10 -0800)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Mon, 5 Mar 2012 20:10:56 +0000 (12:10 -0800)
src/guac_handlers.c

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