mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +03:00
Removed extra increment. (nw)
This commit is contained in:
parent
768cdfa354
commit
9ede250f57
@ -75,7 +75,6 @@ void floppy_image_device::device_config_complete()
|
|||||||
// and append it to the list
|
// and append it to the list
|
||||||
*formatptr = format;
|
*formatptr = format;
|
||||||
formatptr = &format->m_next;
|
formatptr = &format->m_next;
|
||||||
cnt++;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// set brief and instance name
|
// set brief and instance name
|
||||||
|
Loading…
Reference in New Issue
Block a user