missing features (notable on Tetris DS)
[netris.git] / inet.c
diff --git a/inet.c b/inet.c
index 6dcb0aac4a59030f5d64ff34ae9d1cffdcb577db..4300eb7afc072dbf322f2086defbc4ed3bf0692d 100644 (file)
--- a/inet.c
+++ b/inet.c
@@ -15,8 +15,6 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * $Id: inet.c,v 1.18 1996/02/09 08:22:13 mhw Exp $
  */
 
 #include "netris.h"
@@ -139,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);
 }