diff options
-rw-r--r-- | compil.lex | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ BEGIN(WWH); } -<WWH>"height=\""[[:digit:]]+"\"/>" { +<WWH>"height=\""[[:digit:]]+"\"/>\n" { int d = atoi(yytext + 8); windows[current_ptr].h = d; BEGIN(I); |