diff options
author | Richard <q@1bpm.net> | 2021-03-31 03:24:18 +0100 |
---|---|---|
committer | Richard <q@1bpm.net> | 2021-03-31 03:24:18 +0100 |
commit | 9c6d7766e9fceca9e988cfb057bee4b820840e33 (patch) | |
tree | 6f4c29a878d8e89b69e61a691b04a64d5a12df09 /src/opcodes.cpp | |
parent | c5c3a919f4abca8208c4b9e33a34161e0d88ebb1 (diff) | |
download | csound-sqldb-9c6d7766e9fceca9e988cfb057bee4b820840e33.tar.gz csound-sqldb-9c6d7766e9fceca9e988cfb057bee4b820840e33.tar.bz2 csound-sqldb-9c6d7766e9fceca9e988cfb057bee4b820840e33.zip |
update FindCsound.cmake
Diffstat (limited to 'src/opcodes.cpp')
-rw-r--r-- | src/opcodes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opcodes.cpp b/src/opcodes.cpp index 3527f83..94831f5 100644 --- a/src/opcodes.cpp +++ b/src/opcodes.cpp @@ -746,4 +746,4 @@ void csnd::on_load(csnd::Csound *csound) { csnd::plugin<dbarray_kb>(csound, "dbarray_kb", csnd::thread::ik); csnd::plugin<dbarraystr_kb>(csound, "dbarray_kb.S", csnd::thread::ik); -}
\ No newline at end of file +} |