lib/libsalsa/timer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- oss-libsalsa-4.1-build1052b.orig/lib/libsalsa/timer.c
+++ oss-libsalsa-4.1-build1052b/lib/libsalsa/timer.c
@@ -57,7 +57,7 @@
timer = malloc (sizeof (*timer));
- dbg_printf ("snd_timer_open(name='%s', mode=%x)=%x\n", name, mode, timer);
+ dbg_printf ("snd_timer_open(name='%s', mode=%x)=%p\n", name, mode, timer);
if (timer == NULL)
return -ENOMEM;