Browse Source

Sync wiki -> headers.

(bridge got stuck, I'm just kicking it to get it working again, idk.)
Ryan C. Gordon 2 years ago
parent
commit
a35cff634b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/SDL_video.h

+ 2 - 2
include/SDL_video.h

@@ -601,8 +601,8 @@ extern DECLSPEC SDL_DisplayMode * SDLCALL SDL_GetClosestDisplayMode(int displayI
  * Get the index of the display containing a point
  *
  * \param point the point to query
- * \returns the index of the display containing the point or a negative 
- *          error code on failure; call SDL_GetError() for more information.
+ * \returns the index of the display containing the point or a negative error
+ *          code on failure; call SDL_GetError() for more information.
  *
  * \sa SDL_GetDisplayBounds
  * \sa SDL_GetNumVideoDisplays