From ead669a49ec9af05b2e2661196826ab0e2f4a703 Mon Sep 17 00:00:00 2001 From: hap Date: Fri, 10 Mar 2023 20:18:02 +0100 Subject: bus/nscsi/cd: fix typo --- src/devices/bus/nscsi/cd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/bus/nscsi/cd.cpp b/src/devices/bus/nscsi/cd.cpp index 09b0a3685ea..a3098ddba5a 100644 --- a/src/devices/bus/nscsi/cd.cpp +++ b/src/devices/bus/nscsi/cd.cpp @@ -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(); -- cgit v1.2.3