1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 05:53:24 +01:00

ams_mitm: fix erroneous comment due to copy-paste.

This commit is contained in:
Michael Scire 2019-03-26 12:02:51 -07:00
parent f9c9c1048e
commit 325c71b1b4

View file

@ -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)) {