diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/times.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/times.cc b/src/times.cc index a9768f4f..2610b44d 100644 --- a/src/times.cc +++ b/src/times.cc @@ -862,6 +862,7 @@ date_interval_t date_parser_t::parse() break; } } + break; } case lexer_t::token_t::TOK_TODAY: |