From 46e05ecca16e561a0ff4ca60bb064f480374590a Mon Sep 17 00:00:00 2001 From: n8willis Date: Sat, 11 May 2019 14:09:52 +0100 Subject: [PATCH] Update src/hb-ot-color.cc Co-Authored-By: Khaled Hosny --- src/hb-ot-color.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-color.cc b/src/hb-ot-color.cc index a0248c5e2..bde36cada 100644 --- a/src/hb-ot-color.cc +++ b/src/hb-ot-color.cc @@ -167,7 +167,7 @@ hb_ot_color_palette_get_flags (hb_face_t *face, * colors. If @colors is NULL, the function will just return the number * of total colors without storing any actual colors; this can be used * for allocating a buffer of suitable size before calling - * #hb_ot_color_palette_get_colors() a second time. + * hb_ot_color_palette_get_colors() a second time. * * Return value: the total number of colors in the palette *