Skip to content

Commit 45a1cfd

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 2f5279e commit 45a1cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/SDL3/SDL_render.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,8 +1704,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_RenderCoordinatesToWindow(SDL_Renderer *ren
17041704
*
17051705
* \param renderer the rendering context.
17061706
* \param event the event to modify.
1707-
* \returns true if the event is converted or doesn't need conversion, or false on failure; call SDL_GetError() for more
1708-
* information.
1707+
* \returns true if the event is converted or doesn't need conversion, or
1708+
* false on failure; call SDL_GetError() for more information.
17091709
*
17101710
* \threadsafety This function should only be called on the main thread.
17111711
*

0 commit comments

Comments
 (0)