From f20eda47cc44bb30e4cf9a3a63d5b28ab3623b04 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 15 Sep 2013 09:30:52 +0200 Subject: Fix spurious '}' --- src/instrument.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/instrument.cc b/src/instrument.cc index 3b357eb..1175f69 100644 --- a/src/instrument.cc +++ b/src/instrument.cc @@ -118,7 +118,7 @@ void Instrument::finalise() #ifdef NEW_ALGORITHM powerlist.finalise(); #endif/*NEW_ALGORITHM*/ -}} +} std::string Instrument::name() { -- cgit v1.2.3