summaryrefslogtreecommitdiffstats
path: root/gisi/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'gisi/pipe.c')
-rw-r--r--gisi/pipe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gisi/pipe.c b/gisi/pipe.c
index 47c05fa3..54934f86 100644
--- a/gisi/pipe.c
+++ b/gisi/pipe.c
@@ -293,6 +293,8 @@ int g_isi_pipe_start(GIsiPipe *pipe)
g_isi_pipe_enable(pipe);
else
pipe->enabling = true;
+
+ return 0;
}
/* Not very useful, it will never have time to trigger */