Fixed typo.

This commit is contained in:
yellows8 2018-04-24 22:23:50 -04:00 committed by fincs
parent db568881ea
commit 850b935c92

View File

@ -102,7 +102,7 @@ int main(int argc, char **argv)
if (R_SUCCEEDED(rc)) if (R_SUCCEEDED(rc))
{ {
rc = plInitialize(); rc = plInitialize();
if (R_FAILED(rc)) printf("plInitialize() faild: 0x%x\n", rc); if (R_FAILED(rc)) printf("plInitialize() failed: 0x%x\n", rc);
if (R_SUCCEEDED(rc)) if (R_SUCCEEDED(rc))
{ {