On Thu, Jul 28, 2022 at 07:32:54PM -0500, [email protected] wrote:
> From: explosion-mental <[email protected]>
> 
> stdlib.h is included anyway.
> ---
>  util.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/util.c b/util.c
> index fe044fc..e03ec21 100644
> --- a/util.c
> +++ b/util.c
> @@ -31,5 +31,5 @@ die(const char *fmt, ...) {
>               fputc('\n', stderr);
>       }
>  
> -     exit(1);
> +     exit(EXIT_FAILURE);
>  }
> -- 
> 2.37.1
> 
> 

I think either are fine.

Maybe we shouldnt yak-shave too much anymore...

-- 
Kind regards,
Hiltjo

Reply via email to