]> granicus.if.org Git - apache/commitdiff
fix handlers->hooks compile breakage
authorGreg Ames <gregames@apache.org>
Mon, 8 Jan 2001 23:07:04 +0000 (23:07 +0000)
committerGreg Ames <gregames@apache.org>
Mon, 8 Jan 2001 23:07:04 +0000 (23:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87614 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_charset_lite.c

index 70a5089d56b7e6a627b6499e95c03ac43467bd9c..9d7769cdfe498d533cbce6d4eae7af1846304fe8 100644 (file)
@@ -1137,7 +1137,6 @@ module charset_lite_module =
     NULL, 
     NULL,
     cmds,
-    NULL,
-    charset_register_hooks,
+    charset_register_hooks
 };