X-Git-Url: http://git.shiar.nl/netris.git/blobdiff_plain/6286afa8518283f62f303e5b6ce188c9bb28e562..d970b02f5c5800066fd484af40852b79bbf5cfc2:/inet.c diff --git a/inet.c b/inet.c index c44ec4c..4300eb7 100644 --- a/inet.c +++ b/inet.c @@ -137,8 +137,7 @@ void HandShake(void) } else fatal("Hm, the party apparantly ended prematurely."); - } - while (event.u.net.type != NP_gamedata); + } while (event.u.net.type != NP_gamedata); }