summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/sdlsync_sdl.c
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2010-01-15 23:28:30 +0000
committer Couriersud <couriersud@users.noreply.github.com>2010-01-15 23:28:30 +0000
commit2a0dcc679e710269db1449d166d6704cf5eeefe1 (patch)
tree761b4d59f14e21307fa68e03007c6fcbc62392c4 /src/osd/sdl/sdlsync_sdl.c
parent64c285cf17e905bd9b83243bd7b29d5c5d8a30af (diff)
Cosmetic changes, no credit
Diffstat (limited to 'src/osd/sdl/sdlsync_sdl.c')
-rw-r--r--src/osd/sdl/sdlsync_sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/sdlsync_sdl.c b/src/osd/sdl/sdlsync_sdl.c
index 3a233d628fd..d728aea9392 100644
--- a/src/osd/sdl/sdlsync_sdl.c
+++ b/src/osd/sdl/sdlsync_sdl.c
@@ -298,7 +298,7 @@ static int worker_thread_entry(void *param)
{
osd_thread *thread = (osd_thread *) param;
void *res;
-//#ifdef PTR64
+
res = thread->callback(thread->param);
#ifdef PTR64
return (int) (INT64) res;