diff options
Diffstat (limited to 'pango/pangoft2-render.c')
-rw-r--r-- | pango/pangoft2-render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangoft2-render.c b/pango/pangoft2-render.c index 73b33570..90d1ba3a 100644 --- a/pango/pangoft2-render.c +++ b/pango/pangoft2-render.c @@ -236,7 +236,7 @@ to_device (const PangoMatrix *matrix, result->y = (x * matrix->yx + y * matrix->yy) / PANGO_SCALE + matrix->y0; } -int +static int compare_points (const void *a, const void *b) { |