Skip to content

Commit 50894f3

Browse files
committed
Convert fallthrough comment to pseudo-keyword in OpenSSL extension
1 parent c3ac89b commit 50894f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/openssl/xp_ssl.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@ static int php_openssl_handle_ssl_error(php_stream *stream, int nr_bytes, zend_b
243243
break;
244244
}
245245

246-
247-
/* fall through */
246+
fallthrough;
248247
default:
249248
/* some other error */
250249
ecode = ERR_get_error();

0 commit comments

Comments
 (0)