Added a missing break statement

This broke the meaning of -p "this month".
This commit is contained in:
John Wiegley 2010-06-13 23:09:01 -04:00
parent 93c80afe96
commit ead42c27e3

View file

@ -862,6 +862,7 @@ date_interval_t date_parser_t::parse()
break;
}
}
break;
}
case lexer_t::token_t::TOK_TODAY: