diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index 77ed3ce8..ebdc9d20 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -4,4 +4,6 @@ int fs::find_mount_point(const ghc::filesystem::path &path_) { + + return 0; }