diff options
author | camthesaxman <cameronghall@cox.net> | 2017-01-31 23:31:28 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-01-31 23:31:28 -0600 |
commit | 8a36c77ac8fd10350eed197f28e519c9a7a3b8a6 (patch) | |
tree | fa290fd6a6f57797793ad03eff30935e11a138a5 /src/string_util.c | |
parent | a0311c8f84e923686d0d16ddcb6aa3ac265e7953 (diff) |
make emerald build
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 fba19ae52..009072dca 100644 --- a/src/string_util.c +++ b/src/string_util.c @@ -4,7 +4,7 @@ EWRAM_DATA u8 gUnknownStringVar[16] = {0}; -static const u8 sDigits[] = @"0123456789ABCDEF"; +static const u8 sDigits[] = __("0123456789ABCDEF"); static const s32 sPowersOfTen[] = { |