stagit

tiny comment change

Hiltjo Posthuma contact@arjunchoudhary.com

commit: 9e4cbe1 parent: 0dbd5db
1 files changed, 1 insertions(+), 1 deletions(-)
Mstagit.c+1-1
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 {