]> localhost Git - SCSI2SD.git/commitdiff
Fix compile issue v4.8.4
authorMichael McMaster <michael@codesrc.com>
Mon, 9 Dec 2019 10:40:09 +0000 (20:40 +1000)
committerMichael McMaster <michael@codesrc.com>
Mon, 9 Dec 2019 10:40:09 +0000 (20:40 +1000)
software/SCSI2SD/src/disk.c

index 6122133818905874e2edc629c7854426f54496ed..5c5a1deeaee7763c5f10270153ad86bda9836347 100755 (executable)
@@ -526,7 +526,7 @@ int scsiDiskCommand()
                        scsiDev.cdb[8];\r
 \r
                scsiDev.data[0] = 0;\r
-               scsiDev.data[1] = scsiDev.cdb[1]\r
+               scsiDev.data[1] = scsiDev.cdb[1];\r
                scsiDev.data[2] = 0;\r
                scsiDev.data[3] = 0;\r
                scsiDev.dataLen = 4;\r