From: Stefan BrĂ¼ns Date: Fri, 29 Dec 2017 01:38:23 +0000 (+0100) Subject: fx2lafw: remove break after return X-Git-Tag: sigrok-firmware-fx2lafw-0.1.6~9 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=d83553cc682f8e5ac30af3724584e030604842c5;p=sigrok-firmware-fx2lafw.git fx2lafw: remove break after return --- diff --git a/fx2lafw.c b/fx2lafw.c index 4a1dfe41..a1a486cd 100644 --- a/fx2lafw.c +++ b/fx2lafw.c @@ -130,15 +130,12 @@ BOOL handle_vendorcommand(BYTE cmd) vendor_command = cmd; EP0BCL = 0; return TRUE; - break; case CMD_GET_FW_VERSION: send_fw_version(); return TRUE; - break; case CMD_GET_REVID_VERSION: send_revid_version(); return TRUE; - break; } return FALSE;