From 5379af109ca65c40ea2b7a74b7660267da7c8d2f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 18 Aug 2008 12:22:34 -0400 Subject: [PATCH] [cairo-ft] Add useless cairo_warn decorator --- src/cairo-ft-font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c index 0b75243e2..249854808 100644 --- a/src/cairo-ft-font.c +++ b/src/cairo-ft-font.c @@ -561,7 +561,7 @@ _has_unlocked_face (void *entry) * This differs from _cairo_ft_scaled_font_lock_face in that it doesn't * set the scale on the face, but just returns it at the last scale. */ -FT_Face +cairo_warn FT_Face _cairo_ft_unscaled_font_lock_face (cairo_ft_unscaled_font_t *unscaled) { cairo_ft_unscaled_font_map_t *font_map;