bus/nscsi/cd: fix typo

This commit is contained in:
hap 2023-03-10 20:18:02 +01:00
parent 48231d3122
commit ead669a49e

View File

@ -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();