don't print mandatory \n in ideaslog

This commit is contained in:
zeromus 2010-02-09 19:33:03 +00:00
parent f5e29556bc
commit 277401e4d8
1 changed files with 1 additions and 1 deletions

View File

@ -222,6 +222,6 @@ void IdeasLog(armcpu_t* cpu)
if(!c) break;
printf("%c",c);
}
printf("\n");
//don't emit a newline. that is a pain in the butt.
}