diff options
Diffstat (limited to 'src')
-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 +} |