From b50ebcc933f77656024a193638e18c75a63c9692 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 11:39:02 -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 f5390bc5..16acab5c 100644 --- a/src/fs_find_mount_point.hpp +++ b/src/fs_find_mount_point.hpp @@ -24,5 +24,5 @@ namespace fs { - fs::ECPath find_mount_point(const ghc::filesystem::path &path); + fs::ecpath find_mount_point(const ghc::filesystem::path &path); }