diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fifop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fifop.c b/src/fifop.c index 82d6d41..3460223 100644 --- a/src/fifop.c +++ b/src/fifop.c @@ -136,6 +136,7 @@ static int add2fifo(t_fifop_prioritylist*fifoprio, int argc, t_atom *argv) /* and at the same time, it is the last entry */ fifoprio->fifo_end =entry; } + return 0; } static t_fifop_prioritylist*getFifo(t_fifop_prioritylist*pfifo) { |