Reported by:	danfe
This commit is contained in:
Baptiste Daroussin 2017-12-06 10:20:01 +00:00
parent 1ad8ac7a1d
commit 69f0fc7877
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326621

View File

@ -151,7 +151,7 @@ struct compress_types {
const char *flag; /* Flag in configuration file */
const char *suffix; /* Compression suffix */
const char *path; /* Path to compression program */
char **args; /* Comrpession arguments */
char **args; /* Compession arguments */
};
static char f_arg[] = "-f";