summaryrefslogtreecommitdiff
path: root/libs/pbd/search_path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/search_path.cc')
-rw-r--r--libs/pbd/search_path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/search_path.cc b/libs/pbd/search_path.cc
index 337be399e3..d1dc8c39f0 100644
--- a/libs/pbd/search_path.cc
+++ b/libs/pbd/search_path.cc
@@ -159,7 +159,7 @@ Searchpath::add_subdirectory_to_paths (const string& subdir)
// the search path rather than replace?
*i = Glib::build_filename (*i, subdir);
}
-
+
return *this;
}