summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/network.c')
-rw-r--r--src/emu/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/network.c b/src/emu/network.c
index a0581350f25..cd44270c556 100644
--- a/src/emu/network.c
+++ b/src/emu/network.c
@@ -45,7 +45,7 @@ static void network_load(running_machine &machine, int config_type, xml_data_nod
for (int i=0;i<6;i++) mac[i]=mac_num[i];
network->set_mac(mac);
}
-
+
}
}
}