mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
bus/nscsi/cd: fix typo
This commit is contained in:
parent
48231d3122
commit
ead669a49e
@ -831,7 +831,7 @@ void nscsi_cdrom_apple_device::scsi_command()
|
||||
case APPLE_PLAY_AUDIO:
|
||||
case APPLE_PLAYBACK_CONTROL:
|
||||
// TODO
|
||||
[[fall_through]];
|
||||
[[fallthrough]];
|
||||
|
||||
default:
|
||||
nscsi_cdrom_device::scsi_command();
|
||||
|
Loading…
Reference in New Issue
Block a user