diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-07 15:32:51 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-07 16:05:12 -0400 |
commit | e86d3410a1719fcbf62754bfda93a295aa7e0d57 (patch) | |
tree | f8bcfef5b09cb3c33c8f65f683415b894895580e /src/berry_crush.c | |
parent | 846942ce48d650efd3d837493157ce462e568d78 (diff) |
Update argument names in link headers, link_rfu doc cleanup
Diffstat (limited to 'src/berry_crush.c')
-rwxr-xr-x | src/berry_crush.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/berry_crush.c b/src/berry_crush.c index 3a9adfcd0..aff8d28d2 100755 --- a/src/berry_crush.c +++ b/src/berry_crush.c @@ -984,12 +984,12 @@ static u32 QuitBerryCrush(MainCallback exitCallback) return 0; } -#define ERROR_EXIT(exitCallback) \ - { \ - SetMainCallback2(exitCallback); \ - gRfu.errorParam0 = 0; \ - gRfu.errorParam1 = 0; \ - gRfu.errorState = RFU_ERROR_STATE_1; \ +#define ERROR_EXIT(exitCallback) \ + { \ + SetMainCallback2(exitCallback); \ + gRfu.errorParam0 = 0; \ + gRfu.errorParam1 = 0; \ + gRfu.errorState = RFU_ERROR_STATE_OCCURRED; \ } void StartBerryCrush(MainCallback exitCallback) |