From eb49b29a702fd99c94fb5bd408c632bedb6ce335 Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Mon, 16 Feb 2009 19:48:24 +0100 Subject: [PATCH] PhotoRec: add missing description in File Maker Pro 7 .fp7 --- src/file_fp7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file_fp7.c b/src/file_fp7.c index b0260798..f974cce2 100644 --- a/src/file_fp7.c +++ b/src/file_fp7.c @@ -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,