From 5bb271e581eeab3f86a2359829b864593f6c617e Mon Sep 17 00:00:00 2001 From: bellard Date: Thu, 10 Nov 2005 23:59:38 +0000 Subject: [PATCH] spelling fix (malc) --- hw/sb16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/sb16.c b/hw/sb16.c index 4414af3d8..8c633c310 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; } -- 2.39.5