diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2019-01-27 00:11:44 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2019-01-27 00:11:44 -0600 |
commit | 6b2dda422b533bf0edadcd727f4b491e4e6f4fb7 (patch) | |
tree | 2b175aba4460597f688bb6b5f8deeef01fc9bee1 /src/string_util.c | |
parent | 7a60f36954e9baeab2df64e24ce7fea5a8d2ada1 (diff) | |
parent | f4af987c01c95d98a9d2ee943cc11315f80951d1 (diff) |
Merge branch 'master' of github.com:pret/pokeemerald
Diffstat (limited to 'src/string_util.c')
-rw-r--r-- | src/string_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string_util.c b/src/string_util.c index 8ce9a97ed..39d235ab8 100644 --- a/src/string_util.c +++ b/src/string_util.c @@ -587,7 +587,7 @@ u8 *StringCopyN_Multibyte(u8 *dest, u8 *src, u32 n) return dest; } -u32 StringLength_Multibyte(u8 *str) +u32 StringLength_Multibyte(const u8 *str) { u32 length = 0; |