Fix build for gcc4

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28160 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2008-10-16 09:30:07 +00:00
parent 26da5fe367
commit b5e67ab6fb
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ Directory::Inode() const
}
status_t
Directory::GetNextEntry(void *cookie, uint8 mask, uint8 match = 0)
Directory::GetNextEntry(void *cookie, uint8 mask, uint8 match)
{
TRACE(("FASFS::Directory::%s(, %02x, %02x)\n", __FUNCTION__, mask, match));
struct dir_cookie *c = (struct dir_cookie *)cookie;