Fix type in previous commit
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2166 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
e93cb224c1
commit
193b933329
|
@ -571,7 +571,7 @@ static int webdav_delete_file(server *srv, connection *con, plugin_data *p, phys
|
|||
}
|
||||
}
|
||||
#else
|
||||
UNUSED(p),
|
||||
UNUSED(p);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue