diff options
author | robi <robi> | 2011-10-23 12:24:44 +0000 |
---|---|---|
committer | robi <robi> | 2011-10-23 12:24:44 +0000 |
commit | 43108fe26c6c7c2168fe2253fbf7c30db0f8bab7 (patch) | |
tree | 5d781593b50024fe3ded04c9ed8f591cf8618636 /src/magic_block_scan.c | |
parent | e19aee9ba2dd89c142329e1fe7cd1109149cba4d (diff) |
type sorted file names with extension in MAGIC-2/
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); |