From 4fff0fcbe374f422edeb483a297d20bc39e52c94 Mon Sep 17 00:00:00 2001 From: Brian Carrier <carrier@sleuthkit.org> Date: Sun, 12 Apr 2009 03:10:40 +0000 Subject: [PATCH] typo in extern statement for issue 2734458 --- tsk3/fs/tsk_ntfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsk3/fs/tsk_ntfs.h b/tsk3/fs/tsk_ntfs.h index b67b39b2c..0544524d3 100644 --- a/tsk3/fs/tsk_ntfs.h +++ b/tsk3/fs/tsk_ntfs.h @@ -704,7 +704,7 @@ extern "C" { ntfs_dir_open_meta(TSK_FS_INFO * a_fs, TSK_FS_DIR ** a_fs_dir, TSK_INUM_T a_addr); - extern void ntfs_oprhan_map_free(NTFS_INFO * a_ntfs); + extern void ntfs_orphan_map_free(NTFS_INFO * a_ntfs); #ifdef __cplusplus } #endif -- GitLab