mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-28 01:20:58 +01:00
fssrv: fix dumb assert error
This commit is contained in:
parent
615f8a3ef3
commit
0220f67085
@ -34,8 +34,8 @@ namespace ams::fssrv {
|
|||||||
|
|
||||||
void ProgramRegistryImpl::Initialize(ProgramRegistryServiceImpl *service) {
|
void ProgramRegistryImpl::Initialize(ProgramRegistryServiceImpl *service) {
|
||||||
/* Check pre-conditions. */
|
/* Check pre-conditions. */
|
||||||
AMS_ASSERT(g_impl != nullptr);
|
AMS_ASSERT(service != nullptr);
|
||||||
AMS_ASSERT(g_impl == nullptr);
|
AMS_ASSERT(g_impl == nullptr);
|
||||||
|
|
||||||
/* Set the global service. */
|
/* Set the global service. */
|
||||||
g_impl = service;
|
g_impl = service;
|
||||||
|
Loading…
Reference in New Issue
Block a user