Fixed compile warnings

This commit is contained in:
Sam Lantinga 2010-07-12 00:35:14 -07:00
parent 57180a1c7e
commit 0363b757a8
4 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@
int
SDL_SendClipboardUpdate()
SDL_SendClipboardUpdate(void)
{
int posted;

View file

@ -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 */