mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-28 09:30:25 +01:00
[win32] Typo
Correct function name in error string.
This commit is contained in:
parent
6e87e354e4
commit
c7d2b0de83
1 changed files with 1 additions and 1 deletions
|
|
@ -722,7 +722,7 @@ _cairo_win32_printing_surface_paint_image_pattern (cairo_win32_surface_t *surf
|
|||
_cairo_matrix_to_win32_xform (&m, &xform);
|
||||
|
||||
if (! SetWorldTransform (surface->dc, &xform)) {
|
||||
status = _cairo_win32_print_gdi_error ("_win32_scaled_font_set_world_transform");
|
||||
status = _cairo_win32_print_gdi_error ("_cairo_win32_printing_surface_paint_image_pattern");
|
||||
goto CLEANUP_OPAQUE_IMAGE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue