diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index d31f4fbe..dc761678 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -24,5 +24,5 @@ fs::find_mount_point(const ghc::filesystem::path &path_) tmp_path = tmp_path.parent_path(); } - return 0; + return {}; }