diff options
-rw-r--r-- | hw/sb16.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |