X-Git-Url: http://git.shiar.nl/netris.git/blobdiff_plain/6286afa8518283f62f303e5b6ce188c9bb28e562..f15dff15f8c5dd89a0ace20f7cc9c616dd571c00:/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); }