1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-03 03:56:32 -04:00

Goto see instead of se.

This commit is contained in:
Laurent MONIN 2005-12-08 16:19:20 +01:00 committed by Laurent MONIN
parent a499bf5a61
commit 279f2bec93

View File

@ -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 {