aboutsummaryrefslogtreecommitdiffhomepage
path: root/osc.c
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2018-02-18 19:13:07 +0100
committercbdev <cb@cbcdn.com>2018-02-18 19:13:07 +0100
commite789b856fa34597bb2078cefb3a43357633e66ea (patch)
treea2f7c6929128baf56a3fb5602e5e45392f77727c /osc.c
parent28544f9918dade92e27a5d6bd0fb771c91aa5815 (diff)
downloadmidimonster-e789b856fa34597bb2078cefb3a43357633e66ea.tar.gz
midimonster-e789b856fa34597bb2078cefb3a43357633e66ea.tar.bz2
midimonster-e789b856fa34597bb2078cefb3a43357633e66ea.zip
Whitespace fixes
Diffstat (limited to 'osc.c')
-rw-r--r--osc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osc.c b/osc.c
index 018e040..6bfd209 100644
--- a/osc.c
+++ b/osc.c
@@ -779,7 +779,7 @@ static int backend_start(){
}
}
- fprintf(stderr, "OSC backend registering %zu descriptors to core\n", fds);
+ fprintf(stderr, "OSC backend registered %zu descriptors to core\n", fds);
free(inst);
return 0;