image: Fix bad HTML generation in code docs for cairo-format-stride-for-width

Patch from Simon Kågedal Reimer

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=63257
This commit is contained in:
Bryce Harrington 2014-02-26 18:36:15 -08:00
parent 7b50883577
commit 19b31bbe70

View file

@ -422,7 +422,7 @@ _cairo_image_surface_create_with_content (cairo_content_t content,
* <informalexample><programlisting>
* int stride;
* unsigned char *data;
* #cairo_surface_t *surface;
* cairo_surface_t *surface;
*
* stride = cairo_format_stride_for_width (format, width);
* data = malloc (stride * height);