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.tar.gz
rockbox-f28c35effc9ddb624839596180130f151cb97d41.zip
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 1a778a7299..32eeeec92b 100644
--- a/apps/plugins/midi/midifile.c
+++ b/apps/plugins/midi/midifile.c
@@ -245,7 +245,7 @@ int readID(int file)
245 id[a]=readChar(file); 245 id[a]=readChar(file);
246 if(eof(file)) 246 if(eof(file))
247 { 247 {
248 printf("\End of file reached."); 248 printf("\nEnd of file reached.");
249 return ID_EOF; 249 return ID_EOF;
250 } 250 }
251 if(rb->strcmp(id, "MThd")==0) 251 if(rb->strcmp(id, "MThd")==0)