summaryrefslogtreecommitdiff
path: root/pango/pangoft2.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangoft2.c')
-rw-r--r--pango/pangoft2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c
index be53cac4..ad23a106 100644
--- a/pango/pangoft2.c
+++ b/pango/pangoft2.c
@@ -503,7 +503,7 @@ ft_error_compare (const void *pkey,
return ((ft_error_description *) pkey)->code - ((ft_error_description *) pbase)->code;
}
-const char *
+G_CONST_RETURN char *
_pango_ft2_ft_strerror (FT_Error error)
{
#undef __FTERRORS_H__