diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-10 23:59:38 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-11-10 23:59:38 +0000 |
commit | a0d01ed9ea59e32d324ac7e43a5496b08e1bcf14 (patch) | |
tree | 27de8e054fb8fc4002a2709e176411c8b9829173 /hw/sb16.c | |
parent | e57a8c0eefcf648bd0f357abd94ee2871888f43d (diff) |
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.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; } |