From bf399be87de149b0deead0ab99678bdbbd9c0135 Mon Sep 17 00:00:00 2001 From: Greg Ames Date: Mon, 8 Jan 2001 23:07:04 +0000 Subject: [PATCH] fix handlers->hooks compile breakage git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87614 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/mod_charset_lite.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/experimental/mod_charset_lite.c b/modules/experimental/mod_charset_lite.c index 70a5089d56b..9d7769cdfe4 100644 --- a/modules/experimental/mod_charset_lite.c +++ b/modules/experimental/mod_charset_lite.c @@ -1137,7 +1137,6 @@ module charset_lite_module = NULL, NULL, cmds, - NULL, - charset_register_hooks, + charset_register_hooks }; -- 2.47.3