Explorar el Código

(update_argv): Changed type to void

Sergey Poznyakoff hace 20 años
padre
commit
0ad4063606
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/tar.c

+ 1 - 1
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;