diff --git a/stratosphere/pm/source/pm_main.cpp b/stratosphere/pm/source/pm_main.cpp index 5015a6a91..cab914dd8 100644 --- a/stratosphere/pm/source/pm_main.cpp +++ b/stratosphere/pm/source/pm_main.cpp @@ -180,7 +180,7 @@ int main(int argc, char **argv) s_server_manager.AddWaitable(new ServiceServer("pm:info", 2)); /* Loop forever, servicing our services. */ - server_manager->Process(); + s_server_manager.Process(); return 0; }