1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add a /* fall through */ comment

This commit is contained in:
Yusuke Endoh 2019-07-14 23:36:23 +09:00
parent 43c337dfc1
commit 80da68db1e

View file

@ -1871,6 +1871,7 @@ ossl_ssl_read_internal(int argc, VALUE *argv, VALUE self, int nonblock)
rb_eof_error();
}
}
/* fall through */
default:
ossl_raise(eSSLError, "SSL_read");
}