From a78b2d777d98e494b988843bfd9694c58c6c6018 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 26 Nov 2011 13:33:42 +0100 Subject: JANITORIAL: Remove extra semicolons. --- engines/agi/sound_2gs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/agi') diff --git a/engines/agi/sound_2gs.h b/engines/agi/sound_2gs.h index 89ffc3fe11..404f4a47a1 100644 --- a/engines/agi/sound_2gs.h +++ b/engines/agi/sound_2gs.h @@ -247,7 +247,7 @@ private: void midiNoteOff(int channel, int note, int velocity); void midiNoteOn(int channel, int note, int velocity); double midiKeyToFreq(int key, double finetune); - IIgsInstrumentHeader* getInstrument(uint8 program) { return &_instruments[_progToInst->map(program)]; }; + IIgsInstrumentHeader* getInstrument(uint8 program) { return &_instruments[_progToInst->map(program)]; } IIgsGenerator* allocateGenerator() { IIgsGenerator* g = &_generators[_nextGen++]; _nextGen %= 16; return g; } bool _disableMidi; ///< Disable MIDI if loading instruments fail -- cgit v1.2.3