mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-08-06 15:39:28 +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;
|
rc = resp->result;
|
||||||
|
|
||||||
if (R_SUCCEEDED(rc)) {
|
if (R_SUCCEEDED(rc)) {
|
||||||
*out = has_mitm != 0;
|
*out = resp->has_mitm != 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user