Fix previous commit

Oops.
This commit is contained in:
Behdad Esfahbod 2017-10-27 16:03:51 -06:00
parent 8864864b62
commit bfa7f37a73
3 changed files with 3 additions and 3 deletions

View File

@ -401,7 +401,7 @@ retry:
#endif #endif
}; };
return funcs; return hb_unicode_funcs_reference (funcs);
} }
#if GLIB_CHECK_VERSION(2,31,10) #if GLIB_CHECK_VERSION(2,31,10)

View File

@ -390,5 +390,5 @@ retry:
#endif #endif
}; };
return funcs; return hb_unicode_funcs_reference (funcs);
} }

View File

@ -269,5 +269,5 @@ retry:
#endif #endif
}; };
return funcs; return hb_unicode_funcs_reference (funcs);
} }