diff options
Diffstat (limited to 'src/file_ab.c')
-rw-r--r-- | src/file_ab.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/file_ab.c b/src/file_ab.c index 1788f500..dac5a4a4 100644 --- a/src/file_ab.c +++ b/src/file_ab.c @@ -41,7 +41,6 @@ const file_hint_t file_hint_addressbook= { .min_header_distance=0, .max_filesize=PHOTOREC_MAX_FILE_SIZE, .recover=1, - .header_check=&header_check_addressbook, .register_header_check=®ister_header_check_ab }; |