mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 05:01:44 +00:00
fssrv: fix dumb assert error
This commit is contained in:
parent
615f8a3ef3
commit
0220f67085
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ namespace ams::fssrv {
|
|||
|
||||
void ProgramRegistryImpl::Initialize(ProgramRegistryServiceImpl *service) {
|
||||
/* Check pre-conditions. */
|
||||
AMS_ASSERT(g_impl != nullptr);
|
||||
AMS_ASSERT(service != nullptr);
|
||||
AMS_ASSERT(g_impl == nullptr);
|
||||
|
||||
/* Set the global service. */
|
||||
|
|
Loading…
Reference in a new issue