From: James Clark Date: Wed, 3 Jun 1998 10:55:52 +0000 (+0000) Subject: Fix typo with -m option X-Git-Tag: beta4~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42bd1cb01c181be4eac842c182abace9cb2904da;p=libexpat Fix typo with -m option --- diff --git a/expat/xmlwf/xmlwf.c b/expat/xmlwf/xmlwf.c index 6114be7a..ff4f3838 100755 --- a/expat/xmlwf/xmlwf.c +++ b/expat/xmlwf/xmlwf.c @@ -195,7 +195,7 @@ void metaStartElement(XML_Parser parser, const XML_Char *name, const XML_Char ** if (*atts) { fputts(T(">\n"), fp); do { - ftprintf(fp, T("\n"), fp); } while (*(atts += 2));