Skip to content

Commit de5d4b0

Browse files
committed
Fix codacy issue
1 parent cb63ca5 commit de5d4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iop/sound/libsd/src/block.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ int sceSdBlockTrans(s16 chan, u16 mode, u8 *iopaddr, u32 size, ...)
185185
{
186186
return DmaStop(core);
187187

188-
} break;
188+
} //break; // Fix codacy issue: Consecutive return, break, continue, goto or throw statements are unnecessary.
189189

190190
case SD_TRANS_WRITE_FROM:
191191
{

0 commit comments

Comments
 (0)