Fix for extra token_end

This commit is contained in:
ridiculousfish 2013-07-04 14:05:42 -07:00
parent 70b83a3bbb
commit 66d5436789

View File

@ -863,7 +863,7 @@ void parse_ll_t::accept_token(parse_token_t token, const wcstring &src)
break;
case symbol_begin_header:
symbol_stack_pop_push(parse_keyword_begin, parse_token_type_end);
symbol_stack_pop_push(parse_keyword_begin);
break;
case symbol_function_header: