Fixed compiler warning on Mac OS X.

This commit is contained in:
Ryan C. Gordon 2008-07-06 18:32:41 +00:00
parent 89e0e9d892
commit 71b196c0dc
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ static void IN_PrintKey(const SDL_Event* event)
IN_GetIOHandle
===============
*/
static io_connect_t IN_GetIOHandle() // mac os x mouse accel hack
static io_connect_t IN_GetIOHandle(void) // mac os x mouse accel hack
{
io_connect_t iohandle = MACH_PORT_NULL;
kern_return_t status;