diff options
author | Sam Lantinga <slouken@libsdl.org> | 2006-03-12 01:47:23 +0000 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2006-03-12 01:47:23 +0000 |
commit | 5f71e5a774137cc011767a30ceed76de56c1512d (patch) | |
tree | 642f4c758b15302cb960d9ebb2132a7b60ae5d72 /test/testtimer.c | |
parent | fa0e21102119b1643697a530e98207a3e6ea8fb5 (diff) |
Blah
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401504
Diffstat (limited to 'test/testtimer.c')
-rw-r--r-- | test/testtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testtimer.c b/test/testtimer.c index d2e53a23..10894d79 100644 --- a/test/testtimer.c +++ b/test/testtimer.c @@ -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; } |