From 13efdb6074b724d7ce5ae028bcc72779509a1234 Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Wed, 14 Oct 2020 09:24:56 -0400 Subject: [PATCH] Update bfttf.h --- source/bfttf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/bfttf.h b/source/bfttf.h index 5a78a5f..d422f63 100644 --- a/source/bfttf.h +++ b/source/bfttf.h @@ -40,7 +40,7 @@ typedef enum { typedef struct { u8 type; ///< BfttfFontType. u32 size; ///< Decoded BFTFF font size. - u8 *ptr; ///< Pointer to font data. + u8 *ptr; ///< Pointer to font data. } BfttfFontData; /// Initializes the BFTTF interface.