newline fixes

This commit is contained in:
shibbo 2019-01-25 12:44:27 -05:00
parent fd8063ce9a
commit 26baad30b1

View File

@ -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");