Skip to content
Snippets Groups Projects
Commit 382ad628 authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

Merge branch 'develop' of github.com:sleuthkit/sleuthkit into 8440-new_table_load

parents 58eb7cfd f6454e30
No related branches found
No related tags found
No related merge requests found
...@@ -321,7 +321,7 @@ TSK_TCHAR * create_search_path_long_path(const TSK_TCHAR *base_path) { ...@@ -321,7 +321,7 @@ TSK_TCHAR * create_search_path_long_path(const TSK_TCHAR *base_path) {
return searchPath; return searchPath;
#else #else
// Nothing to do here if it's not Windows // Nothing to do here if it's not Windows
return null; return NULL;
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment