mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +00:00
pm: fix dangling ->
This commit is contained in:
parent
7945a921ca
commit
30485f1df9
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ int main(int argc, char **argv)
|
||||||
s_server_manager.AddWaitable(new ServiceServer<InformationService>("pm:info", 2));
|
s_server_manager.AddWaitable(new ServiceServer<InformationService>("pm:info", 2));
|
||||||
|
|
||||||
/* Loop forever, servicing our services. */
|
/* Loop forever, servicing our services. */
|
||||||
server_manager->Process();
|
s_server_manager.Process();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue