diff options
Diffstat (limited to 'src/file_njx.c')
-rw-r--r-- | src/file_njx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_njx.c b/src/file_njx.c index b37e4fc9..4e703fd0 100644 --- a/src/file_njx.c +++ b/src/file_njx.c @@ -68,5 +68,5 @@ static int header_check_njx(const unsigned char *buffer, const unsigned int buff static void file_check_njx(file_recovery_t *file_recovery) { const unsigned char njx_footer[4]= {'N', 'J', '*', 0x04}; - file_search_footer(file_recovery, njx_footer,sizeof(njx_footer)); + file_search_footer(file_recovery, njx_footer, sizeof(njx_footer), 0); } |