removed unused variable
This commit is contained in:
parent
eb0298fc2f
commit
aa74d98737
1 changed files with 1 additions and 1 deletions
2
fs/fs.c
2
fs/fs.c
|
@ -134,7 +134,7 @@ int close_fs(fildes_t* file)
|
|||
|
||||
void list_fs(vfs_node_t* node, uint32_t depth)
|
||||
{
|
||||
int j, i = 0;
|
||||
int i = 0;
|
||||
dirent_t* dirent = NULL;
|
||||
fildes_t* file = kmalloc(sizeof(fildes_t));
|
||||
file->offset = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue