mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
spelling fix (malc)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1612 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e57a8c0eef
commit
a0d01ed9ea
1 changed files with 1 additions and 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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue