summaryrefslogtreecommitdiff
path: root/src/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mail.c')
-rw-r--r--src/mail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mail.c b/src/mail.c
index a9cb66683..7d5e33944 100644
--- a/src/mail.c
+++ b/src/mail.c
@@ -70,8 +70,8 @@ struct MailViewResources {
u8 monIconSpriteId;
u8 unused;
u8 mailArrangementType;
- void (*copyEasyChatWord)(u8 *dest, u16 word);
- void (*convertEasyChatWordsToString)(u8 *dest, const u16 *src, u16 length1, u16 length2);
+ u8 *(*copyEasyChatWord)(u8 *dest, u16 word);
+ u8 *(*convertEasyChatWordsToString)(u8 *dest, const u16 *src, u16 length1, u16 length2);
const struct MailAttrStruct * messageLayout;
u16 bg1TilemapBuffer[BG_SCREEN_SIZE];
u16 bg2TilemapBuffer[BG_SCREEN_SIZE];