mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-22 11:12:49 +02:00
ams_mitm: fix erroneous comment due to copy-paste.
This commit is contained in:
parent
f9c9c1048e
commit
325c71b1b4
@ -37,7 +37,7 @@ Result NsWebMitmService::GetDocumentInterface(Out<std::shared_ptr<NsDocumentServ
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Mount the SD card using fs.mitm's session. */
|
/* Open a document interface. */
|
||||||
NsDocumentInterface doc;
|
NsDocumentInterface doc;
|
||||||
rc = nsGetDocumentInterfaceFwd(this->forward_service.get(), &doc);
|
rc = nsGetDocumentInterfaceFwd(this->forward_service.get(), &doc);
|
||||||
if (R_SUCCEEDED(rc)) {
|
if (R_SUCCEEDED(rc)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user