mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-21 19:12:42 +02:00
results: correct R_END_TRY_CATCH definition
This commit is contained in:
parent
7e0ed3b38f
commit
3274848b56
@ -48,8 +48,9 @@ extern "C" {
|
|||||||
else
|
else
|
||||||
|
|
||||||
#define R_END_TRY_CATCH \
|
#define R_END_TRY_CATCH \
|
||||||
} else if (R_FAILED(_tmp_r_try_catch_rc)) { \
|
else if (R_FAILED(_tmp_r_try_catch_rc)) { \
|
||||||
return _tmp_r_try_catch_rc; \
|
return _tmp_r_try_catch_rc; \
|
||||||
|
} \
|
||||||
} \
|
} \
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user