summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/pipetest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pipetest.c b/test/pipetest.c
index e848049..448f001 100644
--- a/test/pipetest.c
+++ b/test/pipetest.c
@@ -51,4 +51,5 @@ int main(int argc, char *argv[])
}
//fclose(p);
}
+ return 0;
}