From 7f399b2061a7021102abfd2b974a1e24f06c4418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 15 Jun 2005 15:58:14 +0000 Subject: add2fifo() must return something svn path=/trunk/externals/zexy/; revision=3177 --- src/fifop.c | 1 + 1 file changed, 1 insertion(+) 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) { -- cgit v1.2.1