]> Dogcows Code - chaz/tar/commitdiff
(update_argv): Changed type to void
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 4 Feb 2005 01:42:58 +0000 (01:42 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 4 Feb 2005 01:42:58 +0000 (01:42 +0000)
src/tar.c

index 06086099e11aeeda1efca7bc9f1664f800413c05..9bebadd8e0cd66f38c6218b946f2b9910c5d5455 100644 (file)
--- 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;
This page took 0.026403 seconds and 4 git commands to generate.