tiny comment change
1 files changed, 1 insertions(+), 1 deletions(-) | |||
---|---|---|---|
M | stagit.c | +1 | -1 |
1@@ -377,7 +377,7 @@ xmlencode(FILE *fp, const char *s, size_t len)
2 }
3 }
4
5-/* Escape characters below as HTML 2.0 / XML 1.0, ignore printing '\n', '\r' */
6+/* Escape characters below as HTML 2.0 / XML 1.0, ignore printing '\r', '\n' */
7 void
8 xmlencodeline(FILE *fp, const char *s, size_t len)
9 {