PhotoRec: add missing description in File Maker Pro 7 .fp7

This commit is contained in:
Christophe Grenier 2009-02-16 19:48:24 +01:00
parent 8e6e295828
commit eb49b29a70

View file

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