Commit 255828c8912c580f9ee30a92a757e3b967bc168d

Oleksandr Chekhovskyi 2016-12-01T07:07:22

[autofit] Fix Emscripten crash (patch #9180). Function calls through pointers must use a matching signature to work on Emscripten, since such calls are dispatched through lookup tables grouped by signature. * src/autofit/aftypes.h (AF_WritingSystem_ApplyHintsFunc): Fix typedef.