diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-06-15 15:58:14 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-06-15 15:58:14 +0000 |
commit | 7f399b2061a7021102abfd2b974a1e24f06c4418 (patch) | |
tree | a7ce54f2b468d25f8da4d6e725272779e9b13937 /src | |
parent | 6be38dee891591d9d07d248a884583f9d4390009 (diff) |
add2fifo() must return something
svn path=/trunk/externals/zexy/; revision=3177
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) { |