diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-29 23:30:31 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-29 23:30:31 +0200 |
commit | 8d48b463ec11099fdc21ad8b709503e4b8e24f4c (patch) | |
tree | 94252b28cef92398c64d80fc846bd96f932cdd8e /src/easy_chat.c | |
parent | 0e382fbe2c5ed74708235737746420ab88a1e78f (diff) |
lol that warning, cam fix pls
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r-- | src/easy_chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index cca8c1355..214e4ef64 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -144,7 +144,7 @@ u8 *sub_80EB544(u8 *dst, u16 *words, u16 arg2, u16 arg3) u16 unref_sub_80EB5E0(u16 arg0) { - u8 *chars; + const u8 *chars; u16 i; u16 length; int group, word; |