diff src/events/SDL_clipboardevents.c @ 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	Mon Jul 12 00:33:24 2010 -0700
+++ b/src/events/SDL_clipboardevents.c	Mon Jul 12 00:35:14 2010 -0700
@@ -29,7 +29,7 @@
 
 
 int
-SDL_SendClipboardUpdate()
+SDL_SendClipboardUpdate(void)
 {
     int posted;