mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
newline fixes
This commit is contained in:
parent
fd8063ce9a
commit
26baad30b1
@ -20,7 +20,7 @@ Result nifmInitialize(void) {
|
|||||||
|
|
||||||
if (serviceIsActive(&g_nifmSrv))
|
if (serviceIsActive(&g_nifmSrv))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
Result rc;
|
Result rc;
|
||||||
rc = smGetService(&g_nifmSrv, "nifm:u");
|
rc = smGetService(&g_nifmSrv, "nifm:u");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user