From b36be2d8bc3b7533ce41b91b3a16e2880be28518 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 6 Nov 2004 05:18:04 +0000 Subject: Remove stray ; svn-id: r15717 --- backends/midi/mt32/partial.cpp | 4 ++-- backends/midi/mt32/synth.cpp | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'backends/midi') diff --git a/backends/midi/mt32/partial.cpp b/backends/midi/mt32/partial.cpp index 5a849ae4ad..55daf7efbf 100644 --- a/backends/midi/mt32/partial.cpp +++ b/backends/midi/mt32/partial.cpp @@ -32,7 +32,7 @@ Partial::Partial(Synth *useSynth) { ownerPart = -1; poly = NULL; pair = NULL; -}; +} int Partial::getOwnerPart() { return ownerPart; @@ -881,4 +881,4 @@ void Partial::startDecay(int envnum, Bit32s startval) { break; } tStat->envsize++; -}; +} diff --git a/backends/midi/mt32/synth.cpp b/backends/midi/mt32/synth.cpp index 26448ac3d1..bd84ad076e 100644 --- a/backends/midi/mt32/synth.cpp +++ b/backends/midi/mt32/synth.cpp @@ -680,7 +680,7 @@ bool Synth::open(SynthProperties &useProp) { printDebug("**************** Initialisation complete ****************"); return true; -}; +} void Synth::close(void) { if (!isOpen) @@ -712,7 +712,7 @@ void Synth::close(void) { } isOpen=false; -}; +} void Synth::playMsg(Bit32u msg) { unsigned char code = (unsigned char)((msg & 0xf0) >> 4); @@ -807,7 +807,7 @@ void Synth::playMsgOnPart(unsigned char part, unsigned char code, unsigned char } //midiOutShortMsg(m_out, msg); -}; +} void Synth::playSysex(Bit8u * sysex,Bit32u len) { if (len < 3) { @@ -1126,7 +1126,7 @@ void Synth::playSysexWithoutHeader(unsigned char device, Bit8u *sysex, Bit32u le } else { printDebug("Sysex write to unrecognised address %06x", SYSEXMEMADDR(addr)); } -}; +} int Synth::dumpSysex(char *filename) { File *file = openFile(filename, File::OpenMode_write); -- cgit v1.2.3