Revert a part of r5087 that didn't need fixing (thanks to malc for spotting)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5090 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
blueswir1 2008-08-27 18:43:53 +00:00
parent 4d5e2b3cc6
commit a3772d4d44
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ static char *audio_alloc_prefix (const char *s)
}
len = strlen (s);
r = qemu_malloc (len + sizeof (qemu_prefix) + 1);
r = qemu_malloc (len + sizeof (qemu_prefix));
if (r) {
size_t i;