aboutsummaryrefslogtreecommitdiff
path: root/toys/true.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/true.c')
-rw-r--r--toys/true.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/true.c b/toys/true.c
index 49ec11bf..6e40eb14 100644
--- a/toys/true.c
+++ b/toys/true.c
@@ -5,7 +5,7 @@
#include "toys.h"
-int true_main(void)
+void true_main(void)
{
- return 0;
+ return;
}