1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-08-19 20:44:44 -04:00

Minor code reordering.

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

View File

@ -599,9 +599,10 @@ see:
if (!namelen) goto see; if (!namelen) goto see;
if (name[0] == '/') { if (name[0] == '/') {
name++; namelen--; namelen--;
if (!namelen) goto see; if (!namelen) goto see;
closing_tag = 1; name++;
closing_tag = 1;
} else { } else {
closing_tag = 0; closing_tag = 0;