grok icon indicating copy to clipboard operation
grok copied to clipboard

Fix build failure due to missing semicolon

Open ryandesign opened this issue 3 years ago • 0 comments

Fixes:

conf.y:132:87: error: expected ';' after expression
                                        { conf_new_match_pattern(conf, (yyvsp[0].str)) }
                                                                                      ^
                                                                                      ;

ryandesign avatar Jan 17 '22 09:01 ryandesign