This commit is contained in:
wiredfool 2017-09-24 22:01:04 +01:00 committed by Eric Soroos
parent 4381839088
commit 1852368089

View File

@ -193,7 +193,7 @@ setraqm(void)
p_raqm.set_freetype_face && p_raqm.set_freetype_face &&
p_raqm.layout && p_raqm.layout &&
p_raqm.get_glyphs && p_raqm.get_glyphs &&
p_raqm.destroy) { p_raqm.destroy)) {
FreeLibrary(p_raqm.raqm); FreeLibrary(p_raqm.raqm);
p_raqm.raqm = NULL; p_raqm.raqm = NULL;
return 2; return 2;