summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apollo_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/apollo_net.c')
-rw-r--r--src/mess/machine/apollo_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/apollo_net.c b/src/mess/machine/apollo_net.c
index a16c3b8771f..bf3775d4199 100644
--- a/src/mess/machine/apollo_net.c
+++ b/src/mess/machine/apollo_net.c
@@ -27,7 +27,7 @@ struct ethernet_header {
UINT16 proto;
};
-struct ip_header
+struct ip_header
{
UINT8 version;
UINT8 tos;