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,9 +48,10 @@ extern "C" {
|
||||
else
|
||||
|
||||
#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; \
|
||||
} \
|
||||
} \
|
||||
})
|
||||
|
||||
/// Evaluates an expression that returns a result, and returns the result (after evaluating a cleanup expression) if it would fail.
|
||||
|
Loading…
Reference in New Issue
Block a user