summaryrefslogtreecommitdiff
path: root/hw/sb16.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sb16.c')
-rw-r--r--hw/sb16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sb16.c b/hw/sb16.c
index f7b12e6116..f5eb7fe802 100644
--- a/hw/sb16.c
+++ b/hw/sb16.c
@@ -765,7 +765,7 @@ static void complete (SB16State *s)
);
}
}
- ldebug ("mix silence %d %d %lld\n", samples, bytes, ticks);
+ ldebug ("mix silence %d %d %" PRId64 "\n", samples, bytes, ticks);
}
break;