diff options
author | cbdev <cb@cbcdn.com> | 2019-06-29 11:54:23 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-06-29 11:54:23 +0200 |
commit | 68f1a58f13997cf052241d6e1177dcbec9a109ec (patch) | |
tree | 4155101fb7fbc2be636cac2be1ef1ed2bf764d95 /backends/osc.c | |
parent | f4ca1869c3e1a106e4dbab39213ba81141ada1d5 (diff) | |
download | midimonster-68f1a58f13997cf052241d6e1177dcbec9a109ec.tar.gz midimonster-68f1a58f13997cf052241d6e1177dcbec9a109ec.tar.bz2 midimonster-68f1a58f13997cf052241d6e1177dcbec9a109ec.zip |
Update loopback backend to match API design
Diffstat (limited to 'backends/osc.c')
-rw-r--r-- | backends/osc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/osc.c b/backends/osc.c index 9996f68..130dd2d 100644 --- a/backends/osc.c +++ b/backends/osc.c @@ -705,5 +705,6 @@ static int backend_shutdown(){ } free(inst); + fprintf(stderr, "OSC backend shut down\n"); return 0; } |