Add forgotten semicolon

This commit is contained in:
Pavel Tvrdík 2016-01-20 15:41:15 +01:00
parent 650b418942
commit 259052199b

View file

@ -92,6 +92,7 @@ timeformat_which:
| PROTOCOL { $$ = &new_config->tf_proto; }
| BASE { $$ = &new_config->tf_base; }
| LOG { $$ = &new_config->tf_log; }
;
timeformat_spec:
timeformat_which TEXT { *$1 = (struct timeformat){$2, NULL, 0}; }