1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-12-19 08:52:25 +00:00

ncm: fix two comments

This commit is contained in:
Michael Scire 2023-10-16 08:24:07 -07:00
parent 3a8cffef57
commit e8ac23e2ee

View file

@ -850,7 +850,7 @@ namespace ams::ncm {
}
ON_SCOPE_EXIT { this->InactivateContentMetaDatabase(StorageId::BuiltInSystem); };
/* Open the content meta database and storage. */
/* Open the content meta db. */
ContentMetaDatabase meta_db;
R_ABORT_UNLESS(ncm::OpenContentMetaDatabase(std::addressof(meta_db), StorageId::BuiltInSystem));