From e302759338931fca58ee2497dbcc7c86ef6963bf Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 22 Nov 2008 23:40:18 +0100 Subject: [PATCH] print_complete_help_and_die() does not return. So change the return type to void. --- adu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adu.c b/adu.c index dd74ca4..82c876a 100644 --- a/adu.c +++ b/adu.c @@ -221,7 +221,7 @@ static int check_args(void) return 1; } -static int print_complete_help_and_die(void) +static void print_complete_help_and_die(void) { const char **line; -- 2.39.2