aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/copy_file/test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/copy_file/test.c b/tests/copy_file/test.c
index deff965..72b1c77 100644
--- a/tests/copy_file/test.c
+++ b/tests/copy_file/test.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2005-2016 Gentoo Foundation
+ * Copyright 2005-2018 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
*/
@@ -61,4 +61,6 @@ int main(int argc, char *argv[])
assert(buf != NULL);
memset(buf, 0xaf, len);
testone(buf, len);
+
+ return 0;
}