Skip to content

Commit 48aabab

Browse files
fix for fall through use
1 parent 982f3a7 commit 48aabab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ int wolfSSH_SendPacket(WOLFSSH* ssh)
16151615

16161616
case WS_CBIO_ERR_GENERAL:
16171617
ShrinkBuffer(&ssh->outputBuffer, 1);
1618-
FALL_THROUGH
1618+
FALL_THROUGH;
16191619
}
16201620
return WS_SOCKET_ERROR_E;
16211621
}

0 commit comments

Comments
 (0)