mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
emuopts.cpp: Fix typo in comment
This commit is contained in:
parent
58b88fb8de
commit
961021ba10
@ -528,7 +528,7 @@ void emu_options::update_slot_and_image_options()
|
||||
if (add_and_remove_slot_options())
|
||||
changed = true;
|
||||
|
||||
// second, we perform an analgous operation with m_image_options
|
||||
// second, we perform an analogous operation with m_image_options
|
||||
if (add_and_remove_image_options())
|
||||
changed = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user