Skip to content

Commit

Permalink
Fix some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nour1248 authored and slouken committed Feb 24, 2024
1 parent dc3ecf9 commit 08fd30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL3_image/SDL_image.h
Expand Up @@ -2064,12 +2064,12 @@ extern DECLSPEC int SDLCALL IMG_SaveJPG(SDL_Surface *surface, const char *file,
*
* If you just want to save to a filename, you can use IMG_SaveJPG() instead.
*
* \param freedst SDL_TRUE to close/free the SDL_RWops before returning,
* SDL_FALSE to leave it open.
* \param surface the SDL surface to save
* \param dst the SDL_RWops to save the image data to.
* \param freedst SDL_TRUE to close/free the SDL_RWops before returning,
* SDL_FALSE to leave it open.
* \param quality [0; 33] is Lowest quality, [34; 66] is Middle quality, [67;
* 100] is Highest quality
* \returns 0 if successful, -1 on error.
*
* \since This function is available since SDL_image 3.0.0.
Expand Down

0 comments on commit 08fd30b

Please sign in to comment.