diff --git a/include/stratosphere/results/utilities.h b/include/stratosphere/results/utilities.h index 7afe40d7..1b45d1c7 100644 --- a/include/stratosphere/results/utilities.h +++ b/include/stratosphere/results/utilities.h @@ -48,8 +48,9 @@ extern "C" { else #define R_END_TRY_CATCH \ - } else if (R_FAILED(_tmp_r_try_catch_rc)) { \ - return _tmp_r_try_catch_rc; \ + else if (R_FAILED(_tmp_r_try_catch_rc)) { \ + return _tmp_r_try_catch_rc; \ + } \ } \ })