Fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10269 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
abdff539f2
commit
f28c35effc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue