Archived
1
0
Fork 0

fscrawl.c: removed unused variable.

This commit is contained in:
Henrik Hautakoski 2010-11-19 09:57:04 +01:00
parent 5d06e3c176
commit 0416fea36a

View file

@ -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)