From 0ad406360678d522f6c6abc1dd116392a41683c8 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 4 Feb 2005 01:42:58 +0000 Subject: [PATCH] (update_argv): Changed type to void --- src/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tar.c b/src/tar.c index 0608609..9bebadd 100644 --- a/src/tar.c +++ b/src/tar.c @@ -678,7 +678,7 @@ add_file_id (const char *filename) file_id_list = p; } -static int +static void update_argv (const char *filename, struct argp_state *state) { FILE *fp; -- 2.44.0