Skip to content

Commit

Permalink
xml: fix a typo to correct the indentation after <path></path>
Browse files Browse the repository at this point in the history
Signed-off-by: Kouhei Sutou <kou@cozmixng.org>
  • Loading branch information
Kouhei Sutou authored and Chris Wilson committed Sep 12, 2010
1 parent 0f070bd commit 4cf5260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cairo-xml-surface.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cf5260

Please sign in to comment.