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

@ -230,7 +230,7 @@ void pressNote(int ch, int note, int vol)
if(drumSet[note]!=NULL)
{
if(note<35)
printf("\nNOTE LESS THAN 35, AND A DRUM PATCH EXISTS FOR THIS? WHAT THE HELL?");
printf("NOTE LESS THAN 35, AND A DRUM PATCH EXISTS FOR THIS? WHAT THE HELL?");
struct GWaveform * wf = drumSet[note]->waveforms[0];
voices[a].wf=wf;
@ -328,7 +328,7 @@ int tick(void)
struct Track * tr = mf->tracks[a];
if(tr == NULL)
printf("\nNULL TRACK: %d", a);
printf("NULL TRACK: %d", a);
//BIG DEBUG STATEMENT