mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-02 09:38:22 +02:00
xml: fix a typo to correct the indentation after <path></path>
Signed-off-by: Kouhei Sutou <kou@cozmixng.org>
This commit is contained in:
parent
0f070bd5ff
commit
4cf5260e99
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue