only use ascii drawstyles in ascii mode
[netris.git] / inet.c
diff --git a/inet.c b/inet.c
index 236a73edb627479cfca606d5d7800608639d9eeb..c44ec4c842127fec2e9d68f9cda59d52becc346e 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"
@@ -37,8 +35,9 @@
 #define HEADER_SIZE3 sizeof(netint4[3])
 
 MyEventType NetGenFunc(EventGenRec *gen, MyEvent *event);
-EventGenRec netGen =
-       { NULL, 0, FT_read, -1, NetGenFunc, EM_net, 0, "\0", 0, HEADER_SIZE3 };
+EventGenRec netGen = {
+       NULL, 0, FT_read, -1, NetGenFunc, EM_net, 0, "\0", 0, HEADER_SIZE3
+};
 
 
 static sigjmp_buf close_env;
@@ -203,7 +202,3 @@ void CloseNet(void)
                RemoveEventGen(&netGen);
 }
 
-/*
- * vi: ts=4 ai
- * vim: noai si
- */