=================================================================== RCS file: /cvs/mandoc/Attic/xml.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- mandoc/Attic/xml.c 2008/12/07 21:30:49 1.18 +++ mandoc/Attic/xml.c 2008/12/07 23:44:19 1.19 @@ -1,4 +1,4 @@ -/* $Id: xml.c,v 1.18 2008/12/07 21:30:49 kristaps Exp $ */ +/* $Id: xml.c,v 1.19 2008/12/07 23:44:19 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -131,7 +131,8 @@ xml_begin(struct md_mbuf *mbuf, const struct md_args * "encoding=\"UTF-8\"?>\n", NULL)) return(0); return(ml_puts(mbuf, "", NULL)); }