From aa534c3ac34d075863c6b68b2f4dcf0f1d45bb06 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 7 Oct 2024 16:55:30 -0400 Subject: [PATCH] core: Fixed incorrect comment in core/windows/SDL_windows.h. --- src/core/windows/SDL_windows.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/windows/SDL_windows.h b/src/core/windows/SDL_windows.h index 854c072cec..a6d857983b 100644 --- a/src/core/windows/SDL_windows.h +++ b/src/core/windows/SDL_windows.h @@ -119,7 +119,7 @@ extern "C" { // Sets an error message based on a given HRESULT extern bool WIN_SetErrorFromHRESULT(const char *prefix, HRESULT hr); -// Sets an error message based on GetLastError(). Always return -1. +// Sets an error message based on GetLastError(). Always returns false. extern bool WIN_SetError(const char *prefix); // Load a function from combase.dll