[draw] minor

This commit is contained in:
Ebrahim Byagowi 2020-01-30 16:48:34 +03:30 committed by GitHub
parent d106900bfd
commit 1632726c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ hb_draw_funcs_set_move_to_func (hb_draw_funcs_t *funcs,
HB_EXTERN void
hb_draw_funcs_set_line_to_func (hb_draw_funcs_t *funcs,
hb_draw_move_to_func_t line_to);
hb_draw_line_to_func_t line_to);
HB_EXTERN void
hb_draw_funcs_set_quadratic_to_func (hb_draw_funcs_t *funcs,