smm_ams: fix typo

This commit is contained in:
Michael Scire 2018-11-30 00:52:03 -08:00
parent 8fbefee37e
commit dd31b3d2e2

View File

@ -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;
} }
} }