Skip to content

Commit

Permalink
Blah
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 12, 2006
1 parent c674ee1 commit 2193141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testtimer.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit 2193141

Please sign in to comment.