summaryrefslogtreecommitdiff
path: root/hw/sb16.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-11-10 23:59:38 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-11-10 23:59:38 +0000
commita0d01ed9ea59e32d324ac7e43a5496b08e1bcf14 (patch)
tree27de8e054fb8fc4002a2709e176411c8b9829173 /hw/sb16.c
parente57a8c0eefcf648bd0f357abd94ee2871888f43d (diff)
downloadqemu-a0d01ed9ea59e32d324ac7e43a5496b08e1bcf14.tar.gz
spelling fix (malc)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1612 c046a42c-6fe2-441c-8c8c-71466251a162
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 4414af3d8a..8c633c3104 100644
--- a/hw/sb16.c
+++ b/hw/sb16.c
@@ -1364,7 +1364,7 @@ int SB16_init (AudioState *audio)
s = qemu_mallocz (sizeof (*s));
if (!s) {
- dolog ("Could not allocate memory for SB16 (%d bytes)\n",
+ dolog ("Could not allocate memory for SB16 (%zu bytes)\n",
sizeof (*s));
return -1;
}