From 26514ad70e4e96b862ff6bd63fb2a03e136e7620 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 18 Jun 2020 15:22:07 -0700 Subject: [PATCH] Fix API comment --- src/hb-ot-layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout.h b/src/hb-ot-layout.h index b23fbf4e1..95dffe57a 100644 --- a/src/hb-ot-layout.h +++ b/src/hb-ot-layout.h @@ -455,7 +455,7 @@ hb_ot_layout_lookup_get_glyph_alternates (hb_face_t *face, hb_codepoint_t glyph, unsigned start_offset, unsigned *alternate_count /* IN/OUT */, - hb_codepoint_t *alternate_glyphs); + hb_codepoint_t *alternate_glyphs /* OUT */); HB_END_DECLS