Clarify ScrollableMultichoice_ProcessInput comment

This commit is contained in:
sphericalice 2021-12-31 17:34:46 +00:00 committed by GitHub
parent 9e660b2cdf
commit 61a0036c47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2592,7 +2592,7 @@ static void ScrollableMultichoice_ProcessInput(u8 taskId)
}
else if (input == task->tNumItems - 1)
{
// if selected option was the last one (Exit)
// Selected option was the last one (Exit)
CloseScrollableMultichoice(taskId);
}
else