Mercurial > sdl-ios-xcode
diff src/events/SDL_clipboardevents_c.h @ 4506:b577f47379f3
Fixed compile warnings
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 12 Jul 2010 00:35:14 -0700 |
parents | 524dfefd554c |
children | b530ef003506 |
line wrap: on
line diff
--- a/src/events/SDL_clipboardevents_c.h Mon Jul 12 00:33:24 2010 -0700 +++ b/src/events/SDL_clipboardevents_c.h Mon Jul 12 00:35:14 2010 -0700 @@ -24,7 +24,7 @@ #ifndef _SDL_clipboardevents_c_h #define _SDL_clipboardevents_c_h -extern int SDL_SendClipboardUpdate(); +extern int SDL_SendClipboardUpdate(void); #endif /* _SDL_clipboardevents_c_h */