tiny comment change
This commit is contained in:
parent
295e4b8cb9
commit
727e02be6c
1 changed files with 1 additions and 1 deletions
2
stagit.c
2
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue