Skip to content

Commit

Permalink
copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool committed Sep 25, 2017
1 parent 414d44a commit 98ba699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _imagingft.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ setraqm(void)
p_raqm.set_freetype_face = (t_raqm_set_freetype_face)GetProcAddress(p_raqm.raqm, "raqm_set_freetype_face");
p_raqm.layout = (t_raqm_layout)GetProcAddress(p_raqm.raqm, "raqm_layout");
p_raqm.destroy = (t_raqm_destroy)GetProcAddress(p_raqm.raqm, "raqm_destroy");
if(dlsym(p_raqm.raqm, "raqm_index_to_position")) {
if(GetProcAddress(p_raqm.raqm, "raqm_index_to_position")) {
p_raqm.get_glyphs = (t_raqm_get_glyphs)GetProcAddress(p_raqm.raqm, "raqm_get_glyphs");
p_raqm.version = 2;
} else {
Expand Down

0 comments on commit 98ba699

Please sign in to comment.