summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine.c')
-rw-r--r--src/emu/machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine.c b/src/emu/machine.c
index 7e6f39e3475..60a5e7eca37 100644
--- a/src/emu/machine.c
+++ b/src/emu/machine.c
@@ -1083,7 +1083,7 @@ void driver_device::static_set_game(device_t &device, const game_driver &game)
// set the short name to the game's name
driver.m_shortname = game.name;
-
+
// set the full name to the game's description
driver.m_name = game.description;