1
0
Fork 0
forked from len0rd/rockbox

Fix the undefined char symbols appearing in many output lines. This printf does neither support nor need \n.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13229 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-04-21 05:35:17 +00:00
parent c69f032df4
commit b1f0049307
5 changed files with 31 additions and 31 deletions

View file

@ -160,13 +160,13 @@ void *alloc(int size)
if (size + 4 > totalSize)
{
printf("\nMALLOC BARF");
printf("\nMALLOC BARF");
printf("\nMALLOC BARF");
printf("\nMALLOC BARF");
printf("\nMALLOC BARF");
printf("\nMALLOC BARF");
printf("\nMALLOC BARF");
printf("MALLOC BARF");
printf("MALLOC BARF");
printf("MALLOC BARF");
printf("MALLOC BARF");
printf("MALLOC BARF");
printf("MALLOC BARF");
printf("MALLOC BARF");
/* We've made our point. */
return NULL;