From e7befe3681551844ed91b21e08bdf6ee5f4fb6e7 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 22:31:09 -0500 Subject: [PATCH] branches.cpp --- src/branches.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/branches.cpp b/src/branches.cpp index e3a24e34..2a3e8d04 100644 --- a/src/branches.cpp +++ b/src/branches.cpp @@ -208,7 +208,6 @@ namespace l ecpath = fs::find_mount_point(b.path); if(ecpath) b.mount_path = *ecpath; - } return 0;