Clarify comment

Co-authored-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
Sam Lantinga 2022-01-06 12:03:09 -08:00
parent 31f8c3ef44
commit c9ff90b949
1 changed files with 1 additions and 1 deletions

View File

@ -989,7 +989,7 @@ SDL_WaitEventTimeout(SDL_Event * event, int timeout)
return 0;
case 0:
if (timeout == 0) {
/* No events available, and no timeout */
/* No events available, and not willing to wait */
return 0;
}
break;