Mercurial > sdl-ios-xcode
diff src/video/SDL_clipboard.c @ 4506:b577f47379f3
Fixed compile warnings
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 12 Jul 2010 00:35:14 -0700 |
parents | eff4e88cc1e8 |
children | b530ef003506 |
line wrap: on
line diff
--- a/src/video/SDL_clipboard.c Mon Jul 12 00:33:24 2010 -0700 +++ b/src/video/SDL_clipboard.c Mon Jul 12 00:35:14 2010 -0700 @@ -42,7 +42,7 @@ } char * -SDL_GetClipboardText() +SDL_GetClipboardText(void) { SDL_VideoDevice *_this = SDL_GetVideoDevice(); @@ -58,7 +58,7 @@ } SDL_bool -SDL_HasClipboardText() +SDL_HasClipboardText(void) { SDL_VideoDevice *_this = SDL_GetVideoDevice();