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

Improve a comment a bit

This commit is contained in:
Jonas Fonseca 2006-01-07 01:41:07 +01:00 committed by Jonas Fonseca
parent 7c65c06b41
commit 7ff2cb2607

View File

@ -599,7 +599,8 @@ scan_sgml_proc_inst_token(struct dom_scanner *scanner, struct dom_scanner_token
}
if (!string) {
/* Makes the next succeed when checking for incompletion. */
/* Makes the next succeed when checking for incompletion, and
* puts the rest of the text within the token. */
string = scanner->end;
if (check_sgml_incomplete(scanner, string)) {