Skip to content

Commit

Permalink
ps: improve formatting of fallback image comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Johnson committed Sep 10, 2011
1 parent 2d887d9 commit 0540bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cairo-ps-surface.c
Original file line number Diff line number Diff line change
Expand Up @@ -3029,7 +3029,7 @@ _cairo_ps_surface_paint_surface (cairo_ps_surface_t *surface,
double scale = cairo_p2d.xx;

_cairo_output_stream_printf (surface->stream,
"%% Fallback Image: x=%f, y=%f, w=%d, h=%d res=%fdpi size=%ld\n",
"%% Fallback Image: x=%f y=%f w=%d h=%d res=%fppi size=%ld\n",
-cairo_p2d.x0/scale,
-cairo_p2d.y0/scale,
(int)(width/scale),
Expand Down

0 comments on commit 0540bf3

Please sign in to comment.