From 502bcdd3ecbbf55c92544fbf5e925cfc90216740 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Sun, 19 Jun 2022 00:07:04 -0400
Subject: [PATCH] Sync wiki to headers.
---
SDL_image.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/SDL_image.h b/SDL_image.h
index 826196b7..39872bf3 100644
--- a/SDL_image.h
+++ b/SDL_image.h
@@ -134,7 +134,7 @@ extern DECLSPEC void SDLCALL IMG_Quit(void);
* \param freesrc can be set so that the RWops is freed after this function is
* called
* \param type may be one of: "BMP", "GIF", "PNG", etc.
- * \returns SDL surface, or NULL on error
+ * \returns SDL surface, or NULL on error.
*
* \sa IMG_Load
* \sa IMG_Load_RW
@@ -146,7 +146,7 @@ extern DECLSPEC SDL_Surface * SDLCALL IMG_LoadTyped_RW(SDL_RWops *src, int frees
* Load an image from file
*
* \param file file name
- * \returns SDL surface, or NULL on error
+ * \returns SDL surface, or NULL on error.
*
* \sa IMG_LoadTyped_RW
* \sa IMG_Load_RW
@@ -175,7 +175,7 @@ extern DECLSPEC SDL_Surface * SDLCALL IMG_Load_RW(SDL_RWops *src, int freesrc);
*
* \param renderer SDL Render
* \param file image file name
- * \returns SDL Texture, or NULL on error
+ * \returns SDL Texture, or NULL on error.
*
* \sa IMG_LoadTexture_RW
* \sa IMG_LoadTextureTyped_RW
@@ -410,7 +410,7 @@ typedef struct
* Load an animation from file
*
* \param file file name
- * \returns IMG Animation, or NULL on error
+ * \returns IMG Animation, or NULL on error.
*
* \sa IMG_FreeAnimation
*/