From e55ffced21b8d40d53d4a1c0a1a81a9286787a08 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 00:25:18 -0500 Subject: [PATCH] fs_find_mount_point.hpp --- src/fs_find_mount_point.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs_find_mount_point.hpp b/src/fs_find_mount_point.hpp index 467c898c..f99cf3e6 100644 --- a/src/fs_find_mount_point.hpp +++ b/src/fs_find_mount_point.hpp @@ -22,5 +22,5 @@ namespace fs { - int find_mount_point(const ghc::filesystem::path &path); + ghc::filesystem::path find_mount_point(const ghc::filesystem::path &path); }