summaryrefslogtreecommitdiffstats
path: root/src/file_rx2.c
diff options
context:
space:
mode:
authorChristophe Grenier <[email protected]>2015-06-13 11:58:44 +0200
committerChristophe Grenier <[email protected]>2015-06-13 11:58:44 +0200
commit35ddcde3552812ec97bb39c9cfb3fe7a3eee5efd (patch)
tree4f76664e4b7bbc312c0e212509ec58b11d05c4fc /src/file_rx2.c
parent1ebca60563ede40843a9d451ef78413f35587d39 (diff)
PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)
Diffstat (limited to 'src/file_rx2.c')
-rw-r--r--src/file_rx2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/file_rx2.c b/src/file_rx2.c
index 261f6543..ab184aa6 100644
--- a/src/file_rx2.c
+++ b/src/file_rx2.c
@@ -36,7 +36,6 @@ static void register_header_check_rx2(file_stat_t *file_stat);
const file_hint_t file_hint_rx2= {
.extension="rx2",
.description="Zotope RX 2, Audio Repair Software file",
- .min_header_distance=0,
.max_filesize=PHOTOREC_MAX_FILE_SIZE,
.recover=1,
.enable_by_default=1,