From: Hiltjo Posthuma Date: Thu, 25 Mar 2021 17:17:34 +0000 (+0100) Subject: tiny comment change X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=727e02be6c6aaafd929341963465bf6e1ff2947d;p=forks%2Fstagit.git tiny comment change --- diff --git a/stagit.c b/stagit.c index 94c6b83..488b653 100644 --- 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) {