From 3ed0c626722daee17659a1589df105643218b641 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Fri, 19 Nov 2021 01:24:40 +0300 Subject: [PATCH] SDL_RWsize: updated description --- include/SDL_rwops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_rwops.h b/include/SDL_rwops.h index 0ccf0d5d1..90afebd66 100644 --- a/include/SDL_rwops.h +++ b/include/SDL_rwops.h @@ -385,7 +385,7 @@ extern DECLSPEC void SDLCALL SDL_FreeRW(SDL_RWops * area); #define RW_SEEK_END 2 /**< Seek relative to the end of data */ /** - * Use this macro to get the size of the data stream in an SDL_RWops. + * Use this function to get the size of the data stream in an SDL_RWops. * * Prior to SDL 2.0.10, this function was a macro. *