stagit
static git repository generator
git clone https://9o.is/git/stagit.git
commit 052e1901a7798468677a3de32f551664ec97e3ef parent 54ae69b01ad335ec12f7bfd6f3adfb47d6c634c5 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Thu, 25 Mar 2021 18:17:34 +0100 tiny comment change Diffstat:
| M | stagit.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit.c b/stagit.c @@ -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) {