diff --git a/include/SDL3/SDL_mutex.h b/include/SDL3/SDL_mutex.h index de66c945a9..8e2c8651b4 100644 --- a/include/SDL3/SDL_mutex.h +++ b/include/SDL3/SDL_mutex.h @@ -963,7 +963,7 @@ typedef enum SDL_InitStatus * { * if (!SDL_ShouldQuit(&init)) { * // The system is not initialized - * return true; + * return; * } * * // At this point, you should not leave this function without calling SDL_SetInitialized()