mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-17 14:11:36 +00: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;
|
||||
rc = nsGetDocumentInterfaceFwd(this->forward_service.get(), &doc);
|
||||
if (R_SUCCEEDED(rc)) {
|
||||
|
Loading…
Reference in New Issue
Block a user