mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Goto see instead of se.
This commit is contained in:
parent
a499bf5a61
commit
279f2bec93
@ -596,11 +596,11 @@ see:
|
||||
goto se;
|
||||
}
|
||||
|
||||
if (!namelen) goto se;
|
||||
if (!namelen) goto see;
|
||||
|
||||
if (name[0] == '/') {
|
||||
name++; namelen--;
|
||||
if (!namelen) goto se;
|
||||
if (!namelen) goto see;
|
||||
closing_tag = 1;
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user