Fixed duplicate parameter name.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29342 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-02-28 10:08:30 +00:00
parent 2e47b62e2c
commit f6d0017dea
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ static status_t attr_close(struct file_descriptor* descriptor);
static status_t attr_read_stat(struct file_descriptor* descriptor,
struct stat* statData);
static status_t attr_write_stat(struct file_descriptor* descriptor,
const struct stat* descriptor, int statMask);
const struct stat* stat, int statMask);
static status_t index_dir_read(struct io_context* context,
struct file_descriptor* descriptor, struct dirent* buffer, size_t bufferSize,
uint32* _count);