aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/maweb.c
diff options
context:
space:
mode:
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){