summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/synth.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/midi/synth.c')
-rw-r--r--apps/plugins/midi/synth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/midi/synth.c b/apps/plugins/midi/synth.c
index 322d0f792d..327f32e288 100644
--- a/apps/plugins/midi/synth.c
+++ b/apps/plugins/midi/synth.c
@@ -255,8 +255,8 @@ inline void stopVoice(struct SynthObject * so)
255 so->decay = 0; 255 so->decay = 0;
256} 256}
257 257
258signed short int synthVoice(struct SynthObject * so) ICODE_ATTR; 258int synthVoice(struct SynthObject * so) ICODE_ATTR;
259signed short int synthVoice(struct SynthObject * so) 259int synthVoice(struct SynthObject * so)
260{ 260{
261 struct GWaveform * wf; 261 struct GWaveform * wf;
262 register int s; 262 register int s;