diff --git a/src/expand.cpp b/src/expand.cpp index 458df0498..06b62d51a 100644 --- a/src/expand.cpp +++ b/src/expand.cpp @@ -948,8 +948,8 @@ static expand_error_t expand_brackets(const wcstring &instr, expand_flags_t flag syntax_error = true; } else if (bracket_count == 0) { bracket_end = pos; - break; } + break; } case BRACKET_SEP: { if (bracket_count == 1) last_sep = pos;