Mercurial > hg > nnls-chroma
diff chromamethods.cpp @ 98:69c56e1fdfc3 matthiasm-plugin
removed one semicolon
author | Matthias Mauch <mail@matthiasmauch.net> |
---|---|
date | Fri, 03 Dec 2010 19:02:42 +0900 |
parents | f60702c928e2 |
children | daee3c60c4f9 |
line wrap: on
line diff
--- a/chromamethods.cpp Thu Dec 02 00:34:07 2010 +0900 +++ b/chromamethods.cpp Fri Dec 03 19:02:42 2010 +0900 @@ -367,7 +367,7 @@ int nChord = 0; vector<string> tempChordNames = staticChordnames(); - vector<float> tempChordDict = staticChordvalues();; + vector<float> tempChordDict = staticChordvalues(); vector<string> loadedChordNames; vector<float> loadedChordDict; if (hasExternalDictinoary && chordDictFile.is_open()) {