aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/maweb.c
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-09-20 03:43:13 +0200
committercbdev <cb@cbcdn.com>2019-09-20 03:43:13 +0200
commitfe4a7b538b9b6c53299d883bee258e4d3597be9d (patch)
tree56f8571ffab44c18e878aafaef26d5c32865618e /backends/maweb.c
parent079baff220a963c365ab8448c421e22e896caaf1 (diff)
downloadmidimonster-fe4a7b538b9b6c53299d883bee258e4d3597be9d.tar.gz
midimonster-fe4a7b538b9b6c53299d883bee258e4d3597be9d.tar.bz2
midimonster-fe4a7b538b9b6c53299d883bee258e4d3597be9d.zip
Update documentation, fix minor leaks
Diffstat (limited to 'backends/maweb.c')
-rw-r--r--backends/maweb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/maweb.c b/backends/maweb.c
index be356d0..450c388 100644
--- a/backends/maweb.c
+++ b/backends/maweb.c
@@ -121,7 +121,6 @@ static int channel_comparator(const void* raw_a, const void* raw_b){
return a->index - b->index;
}
return a->type - b->type;
-
}
//if either one is not an exec, sort by type first, index second
if(a->type != b->type){