aboutsummaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
Diffstat (limited to 'example.c')
-rw-r--r--example.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/example.c b/example.c
index 170b200..6bada95 100644
--- a/example.c
+++ b/example.c
@@ -30,5 +30,6 @@ int main(void) {
test_wrapup(tester);
test_exit(tester);
-}
+ return 0;
+}