summaryrefslogtreecommitdiffstats
path: root/tests/ourtail.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ourtail.c')
-rw-r--r--tests/ourtail.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ourtail.c b/tests/ourtail.c
index 6781b5fe..4e8a6412 100644
--- a/tests/ourtail.c
+++ b/tests/ourtail.c
@@ -40,4 +40,6 @@ int main(int __attribute__((unused)) argc, char __attribute__((unused)) *argv[])
for( ; c != EOF ; c = getchar())
putchar(c);
+
+ return 0;
}