diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-09-15 09:30:52 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-09-15 09:30:52 +0200 |
commit | f20eda47cc44bb30e4cf9a3a63d5b28ab3623b04 (patch) | |
tree | 6841f56fad081410b5178c2be678db3e43ab2fb5 /src | |
parent | 22e8c588324184b777cea9f55ec0fc73b56949b8 (diff) |
Fix spurious '}'
Diffstat (limited to 'src')
-rw-r--r-- | src/instrument.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |