]> granicus.if.org Git - apache/commitdiff
Fix a couple of compiler warnings, since these are macros, not functions.
authorVictor J. Orlikowski <orlikowski@apache.org>
Mon, 23 Jul 2001 16:16:29 +0000 (16:16 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Mon, 23 Jul 2001 16:16:29 +0000 (16:16 +0000)
Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com>
Reviewed by: Victor Orlikowski <orlikowski@apache.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89656 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/mod_dav.c

index 8e29f05c7f70b1cee2207d6e5f15b5ce0f0799ec..b0d2ca22c2c1c63a4d0b61d729703160ca88c354 100644 (file)
@@ -4724,8 +4724,8 @@ APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(dav, DAV, int, find_liveprop,
                                       (const dav_resource *resource,
                                        const char *ns_uri, const char *name,
                                        const dav_hooks_liveprop **hooks),
-                                     (resource, ns_uri, name, hooks), 0);
+                                     (resource, ns_uri, name, hooks), 0)
 APR_IMPLEMENT_EXTERNAL_HOOK_VOID(dav, DAV, insert_all_liveprops,
                                  (request_rec *r, const dav_resource *resource,
                                   dav_prop_insert what, ap_text_header *phdr),
-                                 (r, resource, what, phdr));
+                                 (r, resource, what, phdr))