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:
Stefan Bühler 2008-04-29 21:01:22 +00:00
parent e93cb224c1
commit 193b933329
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ static int webdav_delete_file(server *srv, connection *con, plugin_data *p, phys
}
}
#else
UNUSED(p),
UNUSED(p);
#endif
}