update this printf to be proper

This commit is contained in:
TurtleP 2022-04-09 16:11:20 -04:00
parent b3a6e85d2d
commit b843287f49

View File

@ -46,7 +46,7 @@ int main(int argc, char **argv)
rc = pselShowUserSelector(&userID, &settings);
if (R_FAILED(rc)) {
printf("pselShowUserSelector() failed: 0x%x\n", rc);
printf("using pselShowUserSelector() failed: 0x%x\n", rc);
}
}