From 9d875ffc09edf71eb4d01ca4f00582f148be29a7 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 26 Oct 2018 05:10:40 +0200 Subject: [PATCH] Marked another deliberate fallthrough in scsi/scsi_cdrom.c. --- src/scsi/scsi_cdrom.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/scsi/scsi_cdrom.c b/src/scsi/scsi_cdrom.c index bb824c0c4..d5ad59d03 100644 --- a/src/scsi/scsi_cdrom.c +++ b/src/scsi/scsi_cdrom.c @@ -9,7 +9,7 @@ * Implementation of the CD-ROM drive with SCSI(-like) * commands, for both ATAPI and SCSI usage. * - * Version: @(#)scsi_cdrom.c 1.0.59 2018/10/26 + * Version: @(#)scsi_cdrom.c 1.0.60 2018/10/26 * * Author: Miran Grca, * @@ -737,9 +737,10 @@ scsi_cdrom_command_common(scsi_cdrom_t *dev) dev->id, (int64_t) period); period = period * ((double) TIMER_USEC); dev->callback += ((int64_t) period); + /*FALLTHROUGH*/ case 0x25: case 0x42: - case 0x43: + case 0x43 case 0x44: case 0x51: case 0x52: