X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fzconf.l;h=54058e07a375e4796054b6e90f2b58638ca055ff;hp=a0eec5ae617684b06f8f44c3ca7d2ac403ec37b8;hb=d3bea25f5238e5abfe6d061c1e6840e354d27bf8;hpb=29ebf58c8e510c14a7e59ffafb015f3e71887e3d diff --git a/config/zconf.l b/config/zconf.l index a0eec5a..54058e0 100644 --- a/config/zconf.l +++ b/config/zconf.l @@ -27,8 +27,8 @@ static char *text; static int text_size, text_asize; struct buffer { - struct buffer *parent; - YY_BUFFER_STATE state; + struct buffer *parent; + YY_BUFFER_STATE state; }; struct buffer *current_buf;