From f968816f21c07eaca7ee0f0c4f918318055ffe5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= <pali.rohar@gmail.com> Date: Tue, 23 Nov 2010 00:55:09 +0100 Subject: [PATCH] Maemo compile fix --- src/video/sdl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/sdl.cpp b/src/video/sdl.cpp index 9b02f0e2f..6e927d430 100644 --- a/src/video/sdl.cpp +++ b/src/video/sdl.cpp @@ -440,7 +440,7 @@ static void InitKey2Str() osso_context_t * osso = NULL; SDL_TimerID timer; -static Uint32 OssoKeepBacklightAlive(Uint32 interval, void *param) +static Uint32 OssoKeepBacklightAlive(Uint32 interval, void *) { if (!osso) return interval;