From ed9d7cf3f801b810ec7f5d12408d23fee1fa76d7 Mon Sep 17 00:00:00 2001 From: htrgouvea Date: Mon, 20 Nov 2023 16:20:28 -0300 Subject: [PATCH] fix --- zarn.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zarn.pl b/zarn.pl index 4379a1f..a66265a 100755 --- a/zarn.pl +++ b/zarn.pl @@ -71,7 +71,7 @@ sub main { close($output); } - return 1; + return 0; } exit main(); \ No newline at end of file