From b843287f493cfa761c6f445791eb1c73c422828b Mon Sep 17 00:00:00 2001 From: TurtleP Date: Sat, 9 Apr 2022 16:11:20 -0400 Subject: [PATCH] update this printf to be proper --- account/source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account/source/main.c b/account/source/main.c index 8cbece7..6504219 100644 --- a/account/source/main.c +++ b/account/source/main.c @@ -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); } }