Add forgotten semicolon
This commit is contained in:
parent
650b418942
commit
259052199b
1 changed files with 1 additions and 0 deletions
|
@ -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}; }
|
||||
|
|
Loading…
Reference in a new issue