aboutsummaryrefslogtreecommitdiffstats
path: root/code/sdl
diff options
context:
space:
mode:
authoricculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-07-06 18:32:41 +0000
committericculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-07-06 18:32:41 +0000
commit374c10ae51258be5b7c6a207e41361c783d56c59 (patch)
treee907cdefc1c050ed1b56dc171f16ac962538e079 /code/sdl
parent205a2c2cab11e4300bbb7fd6a03b538eecf1c56d (diff)
downloadioquake3-aero-374c10ae51258be5b7c6a207e41361c783d56c59.tar.gz
ioquake3-aero-374c10ae51258be5b7c6a207e41361c783d56c59.zip
Fixed compiler warning on Mac OS X.
git-svn-id: svn://svn.icculus.org/quake3/trunk@1417 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/sdl')
-rw-r--r--code/sdl/sdl_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/sdl/sdl_input.c b/code/sdl/sdl_input.c
index 93e60e6..6688b84 100644
--- a/code/sdl/sdl_input.c
+++ b/code/sdl/sdl_input.c
@@ -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;