PhotoRec: add missing description in File Maker Pro 7 .fp7
This commit is contained in:
parent
8e6e295828
commit
eb49b29a70
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ static int header_check_fp7(const unsigned char *buffer, const unsigned int buff
|
|||
|
||||
const file_hint_t file_hint_fp7= {
|
||||
.extension="fp7",
|
||||
.description="",
|
||||
.description="File Maker Pro",
|
||||
.min_header_distance=0,
|
||||
.max_filesize=PHOTOREC_MAX_FILE_SIZE,
|
||||
.recover=1,
|
||||
|
|
Loading…
Reference in a new issue