tiny comment change

This commit is contained in:
Hiltjo Posthuma 2021-03-25 18:17:34 +01:00
parent 295e4b8cb9
commit 727e02be6c

View file

@ -377,7 +377,7 @@ xmlencode(FILE *fp, const char *s, size_t len)
}
}
/* Escape characters below as HTML 2.0 / XML 1.0, ignore printing '\n', '\r' */
/* Escape characters below as HTML 2.0 / XML 1.0, ignore printing '\r', '\n' */
void
xmlencodeline(FILE *fp, const char *s, size_t len)
{