summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/midifile.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/midi/midifile.c')
-rw-r--r--apps/plugins/midi/midifile.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/plugins/midi/midifile.c b/apps/plugins/midi/midifile.c
index 7161818421..1fa648ff50 100644
--- a/apps/plugins/midi/midifile.c
+++ b/apps/plugins/midi/midifile.c
@@ -5,6 +5,7 @@
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$
8 * 9 *
9 * Copyright (C) 2005 Stepan Moskovchenko 10 * Copyright (C) 2005 Stepan Moskovchenko
10 * 11 *
@@ -15,8 +16,8 @@
15 * KIND, either express or implied. 16 * KIND, either express or implied.
16 * 17 *
17 ****************************************************************************/ 18 ****************************************************************************/
18 19#include "plugin.h"
19 20#include "midiutil.h"
20 21
21extern struct plugin_api * rb; 22extern struct plugin_api * rb;
22 23
@@ -234,7 +235,6 @@ struct Track * readTrack(int file)
234 return trk; 235 return trk;
235} 236}
236 237
237
238int readID(int file) 238int readID(int file)
239{ 239{
240 char id[5]; 240 char id[5];
@@ -318,4 +318,3 @@ void unloadFile(struct MIDIfile * mf)
318} 318}
319*/ 319*/
320 320
321