diff --git a/src/option_parser.cpp b/src/option_parser.cpp index a0dc2f52..748f37f0 100644 --- a/src/option_parser.cpp +++ b/src/option_parser.cpp @@ -434,8 +434,8 @@ namespace options _process_mount(cfg, errs_, state.branches.back().c_str()); - state.branches.pop_back(); + state.branches.pop_back(); _process_branches(cfg, errs_, str::join(state.branches,':').c_str());