fixed-point: converted denormalise_bands()

This commit is contained in:
Jean-Marc Valin 2008-03-04 17:31:18 +11:00
parent a31899f0e2
commit 7e94cc4d95
2 changed files with 6 additions and 3 deletions

View file

@ -219,7 +219,7 @@ int main(int argc, char *argv[])
sizeof(remoteAddr));
if(rc<0) {
printf("cannot send audio data\n");
perror("cannot send to socket");
close(sd);
exit(1);
}