summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2006-07-20 22:31:59 +0000
committerAntoine Cellerier <dionoea@videolan.org>2006-07-20 22:31:59 +0000
commitf28c35effc9ddb624839596180130f151cb97d41 (patch)
tree1c207dcf89c7899d39aac85187be21df7538e599 /apps
parentabdff539f250d046ba4e65e4cc2924611c0336da (diff)
downloadrockbox-f28c35effc9ddb624839596180130f151cb97d41.zip
rockbox-f28c35effc9ddb624839596180130f151cb97d41.tar.gz
rockbox-f28c35effc9ddb624839596180130f151cb97d41.tar.bz2
rockbox-f28c35effc9ddb624839596180130f151cb97d41.tar.xz
Fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10269 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/midi/midifile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midi/midifile.c b/apps/plugins/midi/midifile.c
index 1a778a7..32eeeec 100644
--- a/apps/plugins/midi/midifile.c
+++ b/apps/plugins/midi/midifile.c
@@ -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)