[client] fix event loop sleep (#45)

This commit is contained in:
arcnmx 2018-01-30 05:07:14 -05:00 committed by Geoffrey McRae
parent 35eda57cb2
commit d7321d5f5f

View File

@ -927,8 +927,8 @@ int run()
state.running = false;
break;
}
usleep(1000);
}
usleep(1000);
}
break;