diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-21 14:27:32 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-21 14:27:32 -0600 |
commit | 608e06126acdc8b6d32a0aa71fdc57bc188b8d7b (patch) | |
tree | 6f36375453ab07d7b2ff937f21954919de01d3e1 /src/engine/link.c | |
parent | 11a9371349e1743a18dce28cc60b69dd6a29b665 (diff) |
fix build of normal ROMs
Diffstat (limited to 'src/engine/link.c')
-rw-r--r-- | src/engine/link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/link.c b/src/engine/link.c index a716d5c2b..f800f4aad 100644 --- a/src/engine/link.c +++ b/src/engine/link.c @@ -1404,7 +1404,7 @@ static void CB2_PrintErrorMessage(void) { case 0: Menu_PrintTextPixelCoords(gMultiText_LinkError, 20, 56, 1); -#ifdef DEBUG +#if DEBUG StringCopy(array, sColorCodes); ConvertIntToHexStringN(array2, sErrorLinkStatus, STR_CONV_MODE_LEADING_ZEROS, 8); |