From d2bed6c050d7a9101f79fd63b1cde3198431fad3 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 00:18:40 -0500 Subject: [PATCH] fs_find_mount_point.cpp --- src/fs_find_mount_point.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index e8e14310..f9286da4 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -2,7 +2,7 @@ #include "fs_lstat.hpp" -int +ghc::filesystem::path fs::find_mount_point(const ghc::filesystem::path &path_) { int rv;