]> granicus.if.org Git - apache/commitdiff
Removed trailing semicolons.
authorGuenter Knauf <fuankg@apache.org>
Mon, 20 Aug 2012 08:14:13 +0000 (08:14 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 20 Aug 2012 08:14:13 +0000 (08:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374941 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.c

index 0ca336f74d93f61ce2a08f2b5d48c25b920a0d1b..b54c9c872f2e7ab5b4d9c035dfd98c861d0b7f41 100644 (file)
@@ -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