diff options
Diffstat (limited to 'src/magic_block_scan.c')
-rw-r--r-- | src/magic_block_scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/magic_block_scan.c b/src/magic_block_scan.c index 3eef1ac..1efacf3 100644 --- a/src/magic_block_scan.c +++ b/src/magic_block_scan.c @@ -48,7 +48,7 @@ static __u32 get_block_len(unsigned char *buf){ -static struct found_data_t* free_file_data(struct found_data_t* old){ +struct found_data_t* free_file_data(struct found_data_t* old){ int tmp; if(old->inode) free(old->inode); |