Commit a0d01ed9ea59e32d324ac7e43a5496b08e1bcf14
1 parent
e57a8c0e
spelling fix (malc)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1612 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/sb16.c
... | ... | @@ -1364,7 +1364,7 @@ int SB16_init (AudioState *audio) |
1364 | 1364 | |
1365 | 1365 | s = qemu_mallocz (sizeof (*s)); |
1366 | 1366 | if (!s) { |
1367 | - dolog ("Could not allocate memory for SB16 (%d bytes)\n", | |
1367 | + dolog ("Could not allocate memory for SB16 (%zu bytes)\n", | |
1368 | 1368 | sizeof (*s)); |
1369 | 1369 | return -1; |
1370 | 1370 | } | ... | ... |