OSDN Git Service

spelling fix (malc)
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 10 Nov 2005 23:59:38 +0000 (23:59 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 10 Nov 2005 23:59:38 +0000 (23:59 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1612 c046a42c-6fe2-441c-8c8c-71466251a162

hw/sb16.c

index 4414af3..8c633c3 100644 (file)
--- 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;
     }