mirror of
https://github.com/yawut/SDL.git
synced 2026-07-01 00:39:58 -05:00
Blah
This commit is contained in:
parent
870a0b4ab6
commit
e68111fb08
|
|
@ -27,7 +27,7 @@ static Uint32 ticktock(Uint32 interval)
|
|||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user