diff options
| author | 2015-05-26 20:36:39 -0400 | |
|---|---|---|
| committer | 2015-05-26 20:37:02 -0400 | |
| commit | 576685a35d2a10211e01291e2acac1db55a5f1bf (patch) | |
| tree | 4b70e1faef3dc966d1cb30f05e66e818ef1974fc /src | |
| parent | 6a3f70cc40208613dc1f547eee5a0b43ba2aa31c (diff) | |
Fix clang build (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/machine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine.c b/src/emu/machine.c index fd577dd3dfc..c5da99961d4 100644 --- a/src/emu/machine.c +++ b/src/emu/machine.c @@ -351,7 +351,7 @@ int running_machine::run(bool firstrun) start(); // load the configuration settings and NVRAM - bool settingsloaded = config_load_settings(*this); + config_load_settings(*this); // disallow save state registrations starting here. // Don't do it earlier, config load can create network |
