git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10269 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antoine Cellerier 2006-07-20 22:31:59 +00:00
parent abdff539f2
commit f28c35effc

View file

@ -245,7 +245,7 @@ int readID(int file)
id[a]=readChar(file);
if(eof(file))
{
printf("\End of file reached.");
printf("\nEnd of file reached.");
return ID_EOF;
}
if(rb->strcmp(id, "MThd")==0)