changeset 2907:5f89d3751ce7

typo fix
author Sam Lantinga <slouken@libsdl.org>
date Mon, 22 Dec 2008 05:29:55 +0000
parents c4150600b3ae
children aa6ba38c1714
files include/SDL_video.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_video.h	Mon Dec 22 04:58:35 2008 +0000
+++ b/include/SDL_video.h	Mon Dec 22 05:29:55 2008 +0000
@@ -660,7 +660,7 @@
                                                int h);
 
 /**
- * \fn void SDL_GetWindowSize(SDL_WindowID windowID, int *w, int *w)
+ * \fn void SDL_GetWindowSize(SDL_WindowID windowID, int *w, int *h)
  *
  * \brief Get the size of the window's client area.
  *