Commit 5f71e5a7 authored by Sam Lantinga's avatar Sam Lantinga

Blah

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401504
parent fa0e2110
...@@ -27,7 +27,7 @@ static Uint32 ticktock(Uint32 interval) ...@@ -27,7 +27,7 @@ static Uint32 ticktock(Uint32 interval)
static Uint32 callback(Uint32 interval, void *param) static Uint32 callback(Uint32 interval, void *param)
{ {
printf("Timer %d : param = %d\n", interval, (int) param); printf("Timer %d : param = %d\n", interval, (uintptr_t)param);
return interval; return interval;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment