Alignment fix

This commit is contained in:
piepie62 2019-02-05 10:31:35 -07:00
parent 8f0c888139
commit 7d6cf51b93

View File

@ -161,7 +161,7 @@ Result fontEnsureMapped(void);
* @brief Fixes the pointers internal to a just-loaded font
* @param font Font to fix
* @remark Should never be run on the system font, and only once
* on any other font.
* on any other font.
*/
void fontFixPointers(CFNT_s* font);