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 }