aboutsummaryrefslogtreecommitdiff
path: root/toys/bzcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/bzcat.c')
-rw-r--r--toys/bzcat.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/toys/bzcat.c b/toys/bzcat.c
index 348a5939..984e4186 100644
--- a/toys/bzcat.c
+++ b/toys/bzcat.c
@@ -5,9 +5,7 @@
#include "toys.h"
-int bzcat_main(void)
+void bzcat_main(void)
{
bunzipStream(0, 1);
-
- return 0;
}