From 193b933329f58d34962bca280511ca57d357b876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Tue, 29 Apr 2008 21:01:22 +0000 Subject: [PATCH] Fix type in previous commit git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2166 152afb58-edef-0310-8abb-c4023f1b3aa9 --- src/mod_webdav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_webdav.c b/src/mod_webdav.c index faa018ec..1e224a07 100644 --- a/src/mod_webdav.c +++ b/src/mod_webdav.c @@ -571,7 +571,7 @@ static int webdav_delete_file(server *srv, connection *con, plugin_data *p, phys } } #else - UNUSED(p), + UNUSED(p); #endif }