mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 13:22:40 +02:00
Fixed typo.
This commit is contained in:
parent
db568881ea
commit
850b935c92
@ -102,7 +102,7 @@ int main(int argc, char **argv)
|
||||
if (R_SUCCEEDED(rc))
|
||||
{
|
||||
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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user