Skip to content
Snippets Groups Projects
Commit 4fff0fcb authored by Brian Carrier's avatar Brian Carrier
Browse files

typo in extern statement for issue 2734458

parent f302160f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment