Skip to content

Commit 72b7fd1

Browse files
committed
Fixed warning: 'break' will never be executed
1 parent 970234d commit 72b7fd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/joystick/hidapi/SDL_hidapi_8bitdo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ static Uint64 HIDAPI_Driver8BitDo_GetIMURateForProductID(SDL_HIDAPI_Device *devi
272272
case USB_PRODUCT_8BITDO_ULTIMATE2_WIRELESS:
273273
default:
274274
return 120;
275-
break;
276275
}
277276
}
278277

0 commit comments

Comments
 (0)