From: Guenter Knauf Date: Mon, 20 Aug 2012 08:14:13 +0000 (+0000) Subject: Removed trailing semicolons. X-Git-Tag: 2.5.0-alpha~6404 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83006c70f13cc372d0384d7a6c35c225bd7d1a4b;p=apache Removed trailing semicolons. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374941 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/mod_ssl.c b/modules/ssl/mod_ssl.c index 0ca336f74d..b54c9c872f 100644 --- a/modules/ssl/mod_ssl.c +++ b/modules/ssl/mod_ssl.c @@ -285,13 +285,13 @@ static const command_rec ssl_config_cmds[] = { APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL( modssl, AP, int, npn_advertise_protos_hook, (conn_rec *connection, apr_array_header_t *protos), - (connection, protos), OK, DECLINED); + (connection, protos), OK, DECLINED) /* Implement 'modssl_run_npn_proto_negotiated_hook'. */ APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL( modssl, AP, int, npn_proto_negotiated_hook, (conn_rec *connection, const char *proto_name, apr_size_t proto_name_len), - (connection, proto_name, proto_name_len), OK, DECLINED); + (connection, proto_name, proto_name_len), OK, DECLINED) /* * the various processing hooks