From 09731dc2933b6f21f914d3626cee2059fe455dc8 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Mon, 7 May 2001 04:46:22 +0000 Subject: [PATCH] Removed space from code --- zsnes/src/win/zipxw.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zsnes/src/win/zipxw.c b/zsnes/src/win/zipxw.c index 02431c6a..e7aee51b 100644 --- a/zsnes/src/win/zipxw.c +++ b/zsnes/src/win/zipxw.c @@ -33,16 +33,12 @@ unsigned int ipx_read_packet; /* EXTSYM _ipx_init ; To init ipx EXTSYM _ipx_initcode ; return 0 if everything is ok (int) - EXTSYM _ipx_packet ; 80 bytes buffer to send EXTSYM _ipx_packet_size ; size to send (max 80 bytes) (dword) EXTSYM _sendpacket ; to send a packet - EXTSYM _checkpacket ; check if a packet is ready to receive EXTSYM _ipx_packet_ready ; return 1 if there is a packet ready (byte) - EXTSYM _read_packet ; to read an incoming packet EXTSYM _ipx_read_packet ; 80 bytes buffer of received packet - EXTSYM _ipx_deinit ; to deinit the ipx */