]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commitdiff
spelling fix (malc)
authorbellard <bellard>
Thu, 10 Nov 2005 23:59:38 +0000 (23:59 +0000)
committerbellard <bellard>
Thu, 10 Nov 2005 23:59:38 +0000 (23:59 +0000)
hw/sb16.c

index 4414af3d8acd02bd8c2b0156976dc73dff86ad1e..8c633c31041cdb5ada5a96a5e67b6721796e4131 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;
     }