From 7d6cf51b93a63e4e524cbe0c94cfa4812f4bed01 Mon Sep 17 00:00:00 2001 From: piepie62 Date: Tue, 5 Feb 2019 10:31:35 -0700 Subject: [PATCH] Alignment fix --- libctru/include/3ds/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/font.h b/libctru/include/3ds/font.h index 3fec388..c10d6f1 100644 --- a/libctru/include/3ds/font.h +++ b/libctru/include/3ds/font.h @@ -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);