mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-08-05 23:19:26 +02:00
smm_ams: fix typo
This commit is contained in:
parent
8fbefee37e
commit
dd31b3d2e2
@ -99,7 +99,7 @@ Result smManagerAmsHasMitm(bool *out, const char* name) {
|
||||
rc = resp->result;
|
||||
|
||||
if (R_SUCCEEDED(rc)) {
|
||||
*out = has_mitm != 0;
|
||||
*out = resp->has_mitm != 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user