diff --git a/src/branch2.cpp b/src/branch2.cpp index c8b9c6c6..a4d64c91 100644 --- a/src/branch2.cpp +++ b/src/branch2.cpp @@ -64,6 +64,6 @@ Branch2::operator=(Branch2 const &b_) min_free_space = b_.min_free_space; path = b_.path; fd = b_.fd; - + return *this; }