mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-22 13:52:41 +02:00
update this printf to be proper
This commit is contained in:
parent
b3a6e85d2d
commit
b843287f49
@ -46,7 +46,7 @@ int main(int argc, char **argv)
|
|||||||
rc = pselShowUserSelector(&userID, &settings);
|
rc = pselShowUserSelector(&userID, &settings);
|
||||||
|
|
||||||
if (R_FAILED(rc)) {
|
if (R_FAILED(rc)) {
|
||||||
printf("pselShowUserSelector() failed: 0x%x\n", rc);
|
printf("using pselShowUserSelector() failed: 0x%x\n", rc);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user