]> Dogcows Code - chaz/tar/blobdiff - src/tar.c
(update_argv): Changed type to void
[chaz/tar] / src / tar.c
index 50ef4875bb839ad4c74adff3f9aba6099eb5ccd2..9bebadd8e0cd66f38c6218b946f2b9910c5d5455 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -322,7 +322,7 @@ static struct argp_option options[] = {
   {"ignore-failed-read", IGNORE_FAILED_READ_OPTION, 0, 0,
    N_("do not exit with nonzero on unreadable files"), 21 },
   {"occurrence", OCCURRENCE_OPTION, N_("NUMBER"), OPTION_ARG_OPTIONAL,
-   N_("process only the NUMth occurrence of each file in the archive. This option is valid only in conjunction with one of the subcommands --delete, --diff, --extract or --list and when a list of files is given either on the command line or via -T option. NUMBER defaults to 1."), 21 },
+   N_("process only the NUMBERth occurrence of each file in the archive. This option is valid only in conjunction with one of the subcommands --delete, --diff, --extract or --list and when a list of files is given either on the command line or via -T option. NUMBER defaults to 1."), 21 },
   {"seek", 'n', NULL, 0,
    N_("Archive is seekable"), 21 },
     
@@ -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.023964 seconds and 4 git commands to generate.