xml: fix a typo to correct the indentation after <path></path>

Signed-off-by: Kouhei Sutou <kou@cozmixng.org>
This commit is contained in:
Kouhei Sutou 2010-09-12 10:36:27 +09:00 committed by Chris Wilson
parent 0f070bd5ff
commit 4cf5260e99

View file

@ -428,7 +428,7 @@ _cairo_xml_emit_path (cairo_xml_t *xml,
_cairo_xml_close_path,
xml);
assert (status == CAIRO_STATUS_SUCCESS);
_cairo_xml_printf_start (xml, "</path>");
_cairo_xml_printf_end (xml, "</path>");
}
static void