mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
ams_mitm: fix erroneous comment due to copy-paste.
This commit is contained in:
parent
f9c9c1048e
commit
325c71b1b4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue