various code cleanups
[netris.git] / inet.c
diff --git a/inet.c b/inet.c
index c44ec4c842127fec2e9d68f9cda59d52becc346e..4300eb7afc072dbf322f2086defbc4ed3bf0692d 100644 (file)
--- 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);
 }