diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index 51e23177..f8f7b571 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -12,5 +12,7 @@ fs::find_mount_point(const ghc::filesystem::path &path_) if(rv == -1) return -1; + + return 0; }