fscrawl.c: removed unused variable.
This commit is contained in:
parent
5d06e3c176
commit
0416fea36a
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ static int mvdown(struct __fscrawl *f, const char *dir) {
|
|||
|
||||
fscrawl_t fsc_open(const char *path) {
|
||||
|
||||
int i;
|
||||
struct __fscrawl *f = malloc(sizeof(struct __fscrawl));
|
||||
|
||||
if (f == NULL)
|
||||
|
|
|
|||
Reference in a new issue