summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/synth.h
diff options
context:
space:
mode:
authorStéphane Doyon <s.doyon@videotron.ca>2007-11-03 04:59:24 +0000
committerStéphane Doyon <s.doyon@videotron.ca>2007-11-03 04:59:24 +0000
commit775279b63e7e92b402ba1de034bca884362bf027 (patch)
treeaed9720fecf38baa420fcc5c0cddf76c228bc25d /apps/plugins/midi/synth.h
parent9c3c6f9c82fc4021b23d92bb836060975308008e (diff)
downloadrockbox-775279b63e7e92b402ba1de034bca884362bf027.tar.gz
rockbox-775279b63e7e92b402ba1de034bca884362bf027.zip
Fix warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15421 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/midi/synth.h')
-rw-r--r--apps/plugins/midi/synth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midi/synth.h b/apps/plugins/midi/synth.h
index aaaf2bbd74..c8d8eaf876 100644
--- a/apps/plugins/midi/synth.h
+++ b/apps/plugins/midi/synth.h
@@ -20,7 +20,7 @@ int initSynth(struct MIDIfile * mf, char * filename, char * drumConfig);
20void setPoint(struct SynthObject * so, int pt); 20void setPoint(struct SynthObject * so, int pt);
21void synthSamples(int32_t *buf_ptr, unsigned int num_samples); 21void synthSamples(int32_t *buf_ptr, unsigned int num_samples);
22 22
23void resetControllers(); 23void resetControllers(void);
24 24
25static inline struct Event * getEvent(struct Track * tr, int evNum) 25static inline struct Event * getEvent(struct Track * tr, int evNum)
26{ 26{