From fe4fe73513a35529402b872b8a999d1377eaad1c Mon Sep 17 00:00:00 2001 From: Daniel Edwards Date: Mon, 28 May 2018 10:15:42 +1200 Subject: [PATCH] Updated comment to accountListAllUsers to change size to ACC_USER_LIST_SIZE --- nx/include/switch/services/acc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/acc.h b/nx/include/switch/services/acc.h index a387b168..7e4568fc 100644 --- a/nx/include/switch/services/acc.h +++ b/nx/include/switch/services/acc.h @@ -40,7 +40,7 @@ Result accountGetUserCount(s32* user_count); /** * @brief Get a list of all user IDs - * @param userIDs Pointer to array of user IDs, array must be exactly size 8 + * @param userIDs Pointer to array of user IDs, array must be exactly ACC_USER_LIST_SIZE */ Result accountListAllUsers(u128* userIDs);